G
Guest
So, how would one define multiple client queues?
In other words, this is how you declare a single client queue....
<client>
<endpoint name="ClientResponseEndpoint"
address="msmq.formatnameIRECT=OS:.\private$\demoClient"
binding="msmqIntegrationBinding"
bindingConfiguration="MessageProcessorBinding"
contract="Service.IMessageProcessor">
</endpoint>
</client>
The need though is to be able to send the same message to multiple queues.
So various different clients can get the same message.
Or is there a better way? I want to stick with WCF though.
In other words, this is how you declare a single client queue....
<client>
<endpoint name="ClientResponseEndpoint"
address="msmq.formatnameIRECT=OS:.\private$\demoClient"
binding="msmqIntegrationBinding"
bindingConfiguration="MessageProcessorBinding"
contract="Service.IMessageProcessor">
</endpoint>
</client>
The need though is to be able to send the same message to multiple queues.
So various different clients can get the same message.
Or is there a better way? I want to stick with WCF though.