I have been trying to use NetMQ using IP Multicasting ("PGM"). I can successfully send and receive messages to/from the publisher and subscriber. However, I can't see that it is actually using MSMQ, which is installed along with its Multicasting Support (see https://netmq.readthedocs.io/en/latest/transports/#pgm). Unfortunately, there are no good NetMQ examples that specifically target MSMQ.
My biggest concern is that with MSMQ, you typically define a Private Queue. However, I don't see in any example how you reference the queue. Has anyone ever tried this? Would you have any sample code?