Transactional MSMQ on old NAV

Hi

I have a Client with a NAV 6.0 R2 (classic), who needs to integrate with a system through a Transactional MSMQ, serializing the XML message in MSMQ ActiveX format and UTF16 format.

That is out of my comfortzone to answer if this is just done without any problems. Surfing around the internet there are a lot of different opinions on if this is doable - especially regarding the Transactional part.

Is it possible to integrate this NAV with a Transactional MSMQ?

Br

Hawkeye

Answers

  • archer89archer89 Member Posts: 337
    for that kind of issue always search for c#/.net solutions, because that kind of topics are out of typical nav scope.
    so i suggest you start with this posting: http://www.codeproject.com/Articles/4348/Programming-MSMQ-in-NET-Part-Transactional-Messa
    best regards
    Franz Kalchmair, MVP
    Alias: Jonathan Archer

    please like / agree / verify my answer, if it was helpful for you. thx.
    Blog: http://moxie4nav.wordpress.com/
  • hawkeyehawkeye Member Posts: 51
    edited 2016-08-23
    Yep - that's the problem. 2009 R2 can only use .NET components in RTC. My Client only use Classic, where you do not have the .NET, only Automations, which as far as I can see cannot support the tranactional part. Until someone tells med otherwise, I guess I need to find or develop something outside of NAV.
Sign In or Register to comment.