Hi,

1. I don't want to introduce another topic, but could you please tell
me if it's possible to add component aliases with Binsor? sth like:

component "C1" is SomeComponent < ISomeComponent:
...

component "C2" is alias for "C1"
component "C3" is alias for "C1"

2. Regarding Ayende's answer above: I still wasn't able to configure
multiple message endpoints with Binsor. I tried every possible
suggestion from the post mentioned (http://groups.google.com/group/
rhino-tools-dev/browse_thread/thread/356350172c377f83/4131c81c595c94a7?
lnk=raot) but everything failed because of syntax errors. Could anyone
help with that (please see the linked post for more information).

Best regards
Rafal

On Jun 7, 12:06 am, Ayende Rahien <[email protected]> wrote:
> It should look something 
> like:http://groups.google.com/group/rhino-tools-dev/browse_thread/thread/3...
>
> 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