from the AMQ list, they suggested I use this JUnit test as an example: https://svn.apache.org/repos/asf/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/broker/virtual/VirtualTopicPubSubTest.java
In the above test, the Producer sends a message to the VirtualTopic and 2 Consumers get this message in individual Durable Queue's. When I created this, I publish to: activemq:VirtualTopic.TEST and then I Consume on: activemq:Consumer.A.VirtualTopic.TEST But nothing arrives to my Client. When I change my client to listen on activemq:VirtualTopic.TEST The messages are Consumed by the client. This is not what I want. Does anyone have a working Camel AMQ VirtualTopic JUnit Test that can help me out please? --- Thank You… Mick Knutson, President BASE Logic, Inc. Enterprise Architecture, Design, Mentoring & Agile Consulting p. (866) BLiNC-411: (254-6241-1) f. (415) 685-4233 Website: http://baselogic.com Linked IN: http://linkedin.com/in/mickknutson Vacation Rental: http://tahoe.baselogic.com ---
