Re: Virtual Topic and remote Client consumers

2009-08-11 Thread Mick Knutson
>>>Consumer..VirtualTopic.*table123 >>>>>> >>>>> (>>>> >>>>>> assigned bypublisher>*) >>>>>> >>>>>> Such as: >>>>>> Consumer.*A*.VirtualTopic.*table123

Re: Virtual Topic and remote Client consumers

2009-08-05 Thread Mick Knutson
123 * >>>>> >>>>> >>>>> >>>>> A JUnit test would be amazing guidence. >>>>> >>>>> >>>>> --- >>>>> Thank You… >>>>> >>>>> Mick Knutson, President >

Re: Virtual Topic and remote Client consumers

2009-08-04 Thread Mick Knutson
in.com/in/mickknutson >>>> Vacation Rental: http://tahoe.baselogic.com >>>> --- >>>> >>>> >>>> >>>> On Tue, Aug 4, 2009 at 3:52 PM, Joe Fernandez < >>>> joe.fernan...@ttmsolutions.com> wrote: >>>>

Re: Virtual Topic and remote Client consumers

2009-08-04 Thread Willem Jiang
is is correct about how to use a Virtual Topic and remote Client consumers: Basically, I create a Virtual topic as a destination for a new Message I create and send it to: "*jms:VirtualTopic.Table.123*" Then by using a remote client running a MDP, I can have each client subscribe to

Re: Virtual Topic and remote Client consumers

2009-08-04 Thread Mick Knutson
t; >> > This will essentially give me, in AMQ, 1 topic for > >> > *VirtualTopic.Table.123*and then for each client I start, I should be > >> > able to get a message on a > >> > queue "*Player.A.VirtualTopic.Table.123*" ??? > >>

Re: Virtual Topic and remote Client consumers

2009-08-04 Thread Joe Fernandez
> You can override the default naming convention via the >> >> element. >> >> You might also want to look into using Camel to implement a similar >> messaging pattern (i.e., recipient list). >> >> http://www.enterpriseintegrationpatterns.com/RecipientList.html >> >> Joe >>

Re: Virtual Topic and remote Client consumers

2009-08-04 Thread Mick Knutson
; messaging pattern (i.e., recipient list). > > http://www.enterpriseintegrationpatterns.com/RecipientList.html > > Joe > http://www.ttmsolutions.com > > > > Mick Knutson-3 wrote: > > > > Tell me if this is correct about how to use a Virtual Topic and remote > > Client consumers: >

Re: Virtual Topic and remote Client consumers

2009-08-04 Thread Joe Fernandez
://www.enterpriseintegrationpatterns.com/RecipientList.html Joe http://www.ttmsolutions.com Mick Knutson-3 wrote: > > Tell me if this is correct about how to use a Virtual Topic and remote > Client consumers: > > Basically, I create a Virtual topic as a destination for a new Message

Virtual Topic and remote Client consumers

2009-08-04 Thread Mick Knutson
Tell me if this is correct about how to use a Virtual Topic and remote Client consumers: Basically, I create a Virtual topic as a destination for a new Message I create and send it to: "*jms:VirtualTopic.Table.123*" Then by using a remote client running a MDP, I can have each client su