It should look something like:
http://groups.google.com/group/rhino-tools-dev/browse_thread/thread/356350172c377f83/4131c81c595c94a7?lnk=raot

As for multiple endpoints & auto subscribe.
No, it is not supported. The assumption is that if you need that, you are
going to manage it on your own, maybe by creating a distribution list.

On Sat, Jun 6, 2009 at 5:04 PM, nightwatch77 <[email protected]>wrote:

>
> Hi, today I'm trying to configure message owners from two namespaces,
> using Binsor:
>
> Facility("rhino.esb", RhinoServiceBusFacility, {
>        bus: {
>                @endpoint: endp,
>                @threadCount: 3
>        },
>        messages: {
>                add: {...@name: "NGinnBPM.Runtime.Events", @endpoint: endp},
>                add: {...@name: "NGinnBPM.Runtime.Messages", @endpoint: endp }
>        }
> })
>
> However, the 'messages' block is invalid because it's a dictionary and
> it cannot contain duplicate keys ('add').
> I tried changing it to an array, but without success:
>
> add: [ {...@name: "NGinnBPM.Runtime.Events", @endpoint: endp}, {...@name:
> "NGinnBPM.Runtime.Messages", @endpoint: endp }] - array is not
> expected by RSB facility.
>
> Is there any way to configure this correctly with Binsor?
>
> BTW, I've got a question about message owners: are they used to
> automatically subscribe to message owner endpoints when RSB encounters
> ConsumerOf<Message>? If so, is there a possibility to subscribe for
> the same type of message coming from two different endpoints?
>
> Best regards
> RG
>
> >
>

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