I've recently been looking at implementing message queues to be shared between a number of acu run units. I'm developing for Windows 10 (Acu 8.1.1), and it looks like MSMQ would be the best messaging option for me (since it's already licensed).
I know that some people have already used MSMQ with acucobol as there's an old thread from 2005 giving code examples and making reference to an msmq.def generated by Axdefgen from the MSMQ libraries, but I've been unable to point Axdefgen at said libraries as they aren't appearing in the libraries listbox.
Anyone else using MSMQ? I'd be grateful for any advice.