1

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?

Random
  • 1,896
  • 3
  • 21
  • 33

1 Answers1

0

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

hesham.shabana
  • 129
  • 2
  • 6