Class VirtualTopicMappingExample
- java.lang.Object
-
- org.apache.activemq.artemis.jms.example.VirtualTopicMappingExample
-
public class VirtualTopicMappingExample extends Object
The example sends a message to a topic (using openwire protocol) and an openwire consumer listens on the backing queue using the ActiveMQ 5.x virtual topic naming convention. Due to the acceptor parameter virtualTopicConsumerWildcards Artemis maps the consumer consuming from "Consumer.A.VirtualTopic.Orders" to actually consume from FQQN "VirtualTopic.Orders::Consumer.A.VirtualTopic.Orders"
-
-
Constructor Summary
Constructors Constructor Description VirtualTopicMappingExample()
-