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 Geovanny Suaza, 02-11-2026, 06:32 PM
      0 responses
      646 views
      0 likes
      Last Post Geovanny Suaza  
      Started by Geovanny Suaza, 02-11-2026, 05:51 PM
      0 responses
      367 views
      1 like
      Last Post Geovanny Suaza  
      Started by Mindset, 02-09-2026, 11:44 AM
      0 responses
      107 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by Geovanny Suaza, 02-02-2026, 12:30 PM
      0 responses
      569 views
      1 like
      Last Post Geovanny Suaza  
      Started by RFrosty, 01-28-2026, 06:49 PM
      0 responses
      573 views
      1 like
      Last Post RFrosty
      by RFrosty
       
      Working...
      X