my client configuration looks like this
<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"/>
</messages>
</facility>
...
<facility id="rhino.esb">
<bus name="Server" threadCount="3" numberOfRetries="3"
endpoint="rhino.queues://localhost:1002/ClientTwo"/>
<messages>
<add name="Common.Messages.ToServer"
endpoint="rhino.queues://localhost:1000/Server"/>
</messages>
</facility>
the server configuration is posted in the original thread.
--
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.