Re: newbie question about Virtual Topics

2011-03-22 Thread Ian Holsman
Thanks Dejan. changing it to VirtualTopicConsumers.ConsumerNumberOne.VirtualTopic.TEST worked great. regards Ian On Tue, Mar 22, 2011 at 8:24 PM, Dejan Bosanac wrote: > Hi, > > note that VirtualTopicPubSubUsingXBeanTest, that uses > global-virtual-topics.xml, uses different pattern for consumer

Re: newbie question about Virtual Topics

2011-03-22 Thread Dejan Bosanac
Hi, note that VirtualTopicPubSubUsingXBeanTest, that uses global-virtual-topics.xml, uses different pattern for consumer names protected String getVirtualTopicConsumerName() { return "VirtualTopicConsumers.ConsumerNumberOne.FOO"; } so you need either to listen to VirtualTopicCon

newbie question about Virtual Topics

2011-03-22 Thread Ian Holsman
Hi. I'm trying to configure a ActiveMQ server to use Virtual Topics. I've copied the broker configuration from https://svn.apache.org/repos/asf/activemq/trunk/activemq-core/src/test/resources/org/apache/activemq/broker/virtual/global-virtual-topics.xml and copied the Test code from the VirtualTo