Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

MessageQueuing MSMQ (How to?)

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    MessageQueuing MSMQ (How to?)

    In the Using declarations, "System.Messaging" does not appear. System.Messaging is the namespace for MSMQ. Is it possible to use MSMQ with NT Script?

    The bigger picture problem I need to solve is to have my NT Script application communicate with our external VB.NET application.

    1. NT Script ===> VB.NET application: simply need to send price info in realtime;

    2. VB.NET ====> NT Script: need to send txt commands which will result in NT Script drawing things on the chart.

    Using text files to communicate is not an option. Can someone please advise what would be the best way to accomplish the objective of having NT Script communicate with an external VB.NET program?

    #2
    You can put
    using System.Messaging;
    into your NT strategy, but first you need to add System.Messaging.dll to References. You can do so by right clicking anywhere in the strategy editor and adding this dll. Once you do so, restart NT and you will be able to use it.

    Comment


      #3
      Unfortunately this is beyond the scope of our epertise but you certainly can access any .NET assembly you'd like following direction outlined by "fiberangle". Thanks for that

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by kinfxhk, 07-14-2026, 09:39 AM
      0 responses
      127 views
      0 likes
      Last Post kinfxhk
      by kinfxhk
       
      Started by kinfxhk, 07-13-2026, 10:18 AM
      0 responses
      105 views
      0 likes
      Last Post kinfxhk
      by kinfxhk
       
      Started by kinfxhk, 07-13-2026, 09:50 AM
      0 responses
      85 views
      0 likes
      Last Post kinfxhk
      by kinfxhk
       
      Started by kinfxhk, 07-13-2026, 07:21 AM
      0 responses
      105 views
      0 likes
      Last Post kinfxhk
      by kinfxhk
       
      Started by kinfxhk, 07-11-2026, 02:11 AM
      0 responses
      86 views
      0 likes
      Last Post kinfxhk
      by kinfxhk
       
      Working...
      X