Hello everyone, I'm actually using RSB as my message infrastructure 
framewrok, but I've reached the point where listening to a single queue is 
not enough.
What I'd like to do actually is to listen to messages from different queues 
on the same Host.
I know I can do that using multiple RemoteAppDomainHost on the same 
application, but then each and every one of them will have a private copy 
of the IoC container (unless I do some very nasty hack around),
with all the troubles that this brings in with multiple objects 
configuration and lifecycle management.
I haven't found a clean way to specify the container used by the 
RemoteAppDomainHost (or the DefaultHost), but in any case I don't feel it 
will be safe to 
have a single instance of the container with multiple buses configuration 
held at the same time (I just did a quick inspection of the source code to 
confirm this, so I maybe wrong).

I know I can already 'send' messages to different endpoints specified in 
the configuration, and that's good.
What I'm actually missing is the ability to listen to different queues (I'd 
like to know if there's a way to say something like:
- this consumerof<T1> listens on the queue1,
- this consumerof<T2> listens on queues2,
etc..

Thanks all for your help guys.
Alessandro

-- 
You received this message because you are subscribed to the Google Groups 
"Rhino Tools Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/rhino-tools-dev?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to