Class VirtualTopicInterceptor

    • Constructor Detail

    • Method Detail

      • getTopic

        public Topic getTopic()
      • send

        protected void send​(ProducerBrokerExchange context,
                            org.apache.activemq.command.Message message,
                            org.apache.activemq.command.ActiveMQDestination destination)
                     throws Exception
        Description copied from class: DestinationFilter
        Sends a message to the given destination which may be a wildcard
        Overrides:
        send in class DestinationFilter
        Parameters:
        context - broker context
        message - message to send
        destination - possibly wildcard destination to send the message to
        Throws:
        Exception - on error
      • getQueueConsumersWildcard

        protected org.apache.activemq.command.ActiveMQDestination getQueueConsumersWildcard​(org.apache.activemq.command.ActiveMQDestination original)