Can NetMsmqBinding be used with multicast?

186 views Asked by At

I'm trying to put together a multicast MSMQ example. All the examples I find for multicast using PGM have the integration binding. I'd rather not have to modify all my contracts to use MsmqMessage, and I'm concerned I won't be able to attach security to the messages. Is there something I'm overlooking, or did I paint myself into a corner?

1

There are 1 answers

1
hesham.shabana On

You may open multiple instance from your handler at one time, each will work on a different message from the queue simultaneously.