A question to confirm my configuration if I may.
Two processes A & B.
A publishes messages M1 and M2, B consumes both.
B as a result of consuming M2, publishes message M1.
My messages config for B is therefore:
<messages>
<add name="M1" endpoint="msmq://localhost/procA.bus"/>
<add name="M2" endpoint="msmq://localhost/procA.bus"/>
<add name="M1" endpoint="msmq://localhost/procB.bus"/>
</messages>
Correct? Or should I be doing this a better way.
My question arises as I forsee more messages behaving like this, and
wish to ensure I am on the right track.
Thanks.
--
You received this message because you are subscribed to the Google Groups
"Rhino Tools Dev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/rhino-tools-dev?hl=en.