The subscription manager is completely unrelated to JMS (hence
queue/topics).  This is a way to have a pub/sub  mechanism in JBI.  If
you create a subscriptionSpec, you will be able to receive all
exchanges sent by the indicated endpoint (this only work for InOnly
exchanges, and subscriptions only work with activationSpec, thus not
standard JBI endpoints).
You could also use the servicemix-wsn2005 or pure jms topics to
achieve roughly the same result.

On 10/3/07, kumar k <[EMAIL PROTECTED]> wrote:
> Thanks James for your quick reply. I want to understand role of subscription 
> manager in Service Mix and how can I register/deregister subscriptions with 
> it.
>
>
> James Strachan <[EMAIL PROTECTED]> wrote:
>   On 03/10/2007, kumar k wrote:
> > Please tell me how can I add and remove multiple subscriptions for a 
> > queue/topic dynamically ?
>
> Using the JMS API to create MessageConsumer instances and close them again?
>
> --
> James
> -------
> http://macstrac.blogspot.com/
>
> Open Source SOA
> http://open.iona.com
>
>
>
> ---------------------------------
> Fussy? Opinionated? Impossible to please? Perfect.  Join Yahoo!'s user panel 
> and lay it on us.


-- 
Cheers,
Guillaume Nodet
------------------------
Blog: http://gnodet.blogspot.com/

Reply via email to