have a look at the wiki page (
http://hibernatingrhinos.com/open-source/rhino-service-bus).
the thing that is confusing to me (and others I reckon) is that the
subscription items are the same as the destination items...i really like the
way it is done but the mix of concerns is confusing at first.

On Mon, Jan 24, 2011 at 12:56 PM, Jason Meckley <[email protected]>wrote:

> 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]<rhino-tools-dev%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/rhino-tools-dev?hl=en.
>

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