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 Hwop38, 05-04-2026, 07:02 PM
      0 responses
      152 views
      0 likes
      Last Post Hwop38
      by Hwop38
       
      Started by CaptainJack, 04-24-2026, 11:07 PM
      0 responses
      305 views
      0 likes
      Last Post CaptainJack  
      Started by Mindset, 04-21-2026, 06:46 AM
      0 responses
      244 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by M4ndoo, 04-20-2026, 05:21 PM
      0 responses
      345 views
      0 likes
      Last Post M4ndoo
      by M4ndoo
       
      Started by M4ndoo, 04-19-2026, 05:54 PM
      0 responses
      176 views
      0 likes
      Last Post M4ndoo
      by M4ndoo
       
      Working...
      X