Class VirtualTopicMappingExample


  • public class VirtualTopicMappingExample
    extends java.lang.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"
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • VirtualTopicMappingExample

        public VirtualTopicMappingExample()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
                         throws java.lang.Exception
        Throws:
        java.lang.Exception