Thanks Mike, that fixed it. Although I don't understand why. my final 
configure for this demo looks like this:
client 1
<facility id="rhino.esb">
   <bus name="Server" threadCount="3" numberOfRetries="3" 
endpoint="rhino.queues://localhost:1001/ClientOne"/>
   <messages>
      <add name="Common.Messages.ToServer" 
endpoint="rhino.queues://localhost:1000/Server"/>
      <add name="Common.Messages.ToClients" 
endpoint="rhino.queues://localhost:1000/Server" />
   </messages>
</facility>
client 2
<facility id="rhino.esb">
   <bus name="Server" threadCount="3" numberOfRetries="3" 
endpoint="rhino.queues://localhost:1002/ClientTwo"/>
   <messages>
      <add name="Common.Messages.ToClients" 
endpoint="rhino.queues://localhost:1000/Server" />
   </messages>
</facility>
server
<facility id="rhino.esb">
  <bus name="Server" threadCount="3" numberOfRetries="3" 
endpoint="rhino.queues://localhost:1000/Server" />
  <messages />
</facility>
I'm confused about the message configuration for clients 1 and 2. why are 
they telling the server to process messages from the namespace ToClients?

-- 
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.

Reply via email to