Interface Region

    • Method Detail

      • addDestination

        Destination addDestination​(ConnectionContext context,
                                   org.apache.activemq.command.ActiveMQDestination destination,
                                   boolean createIfTemporary)
                            throws Exception
        Used to create a destination. Usually, this method is invoked as a side-effect of sending a message to a destination that does not exist yet.
        Parameters:
        context -
        destination - the destination to create.
        createIfTemporary -
        Returns:
        TODO
        Throws:
        Exception - TODO
      • removeDestination

        void removeDestination​(ConnectionContext context,
                               org.apache.activemq.command.ActiveMQDestination destination,
                               long timeout)
                        throws Exception
        Used to destroy a destination. This should try to quiesce use of the destination up to the timeout allotted time before removing the destination. This will remove all persistent messages associated with the destination.
        Parameters:
        context - the environment the operation is being executed under.
        destination - what is being removed from the broker.
        timeout - the max amount of time to wait for the destination to quiesce
        Throws:
        Exception - TODO
      • getDestinationMap

        Map<org.apache.activemq.command.ActiveMQDestination,​Destination> getDestinationMap()
        Returns a reference to the concurrent hash map that holds known destinations, do not modify
      • addConsumer

        Subscription addConsumer​(ConnectionContext context,
                                 org.apache.activemq.command.ConsumerInfo info)
                          throws Exception
        Adds a consumer.
        Parameters:
        context - the environment the operation is being executed under.
        Returns:
        TODO
        Throws:
        Exception - TODO
      • removeConsumer

        void removeConsumer​(ConnectionContext context,
                            org.apache.activemq.command.ConsumerInfo info)
                     throws Exception
        Removes a consumer.
        Parameters:
        context - the environment the operation is being executed under.
        Throws:
        Exception - TODO
      • addProducer

        void addProducer​(ConnectionContext context,
                         org.apache.activemq.command.ProducerInfo info)
                  throws Exception
        Adds a Producer.
        Parameters:
        context - the environment the operation is being executed under.
        Throws:
        Exception - TODO
      • removeProducer

        void removeProducer​(ConnectionContext context,
                            org.apache.activemq.command.ProducerInfo info)
                     throws Exception
        Removes a Producer.
        Parameters:
        context - the environment the operation is being executed under.
        Throws:
        Exception - TODO
      • removeSubscription

        void removeSubscription​(ConnectionContext context,
                                org.apache.activemq.command.RemoveSubscriptionInfo info)
                         throws Exception
        Deletes a durable subscription.
        Parameters:
        context - the environment the operation is being executed under.
        info - TODO
        Throws:
        Exception - TODO
      • send

        void send​(ProducerBrokerExchange producerExchange,
                  org.apache.activemq.command.Message message)
           throws Exception
        Send a message to the broker to using the specified destination. The destination specified in the message does not need to match the destination the message is sent to. This is handy in case the message is being sent to a dead letter destination.
        Parameters:
        producerExchange - the environment the operation is being executed under.
        message -
        Throws:
        Exception - TODO
      • acknowledge

        void acknowledge​(ConsumerBrokerExchange consumerExchange,
                         org.apache.activemq.command.MessageAck ack)
                  throws Exception
        Used to acknowledge the receipt of a message by a client.
        Parameters:
        consumerExchange - the environment the operation is being executed under.
        Throws:
        Exception - TODO
      • messagePull

        org.apache.activemq.command.Response messagePull​(ConnectionContext context,
                                                         org.apache.activemq.command.MessagePull pull)
                                                  throws Exception
        Allows a consumer to pull a message from a queue
        Throws:
        Exception
      • processDispatchNotification

        void processDispatchNotification​(org.apache.activemq.command.MessageDispatchNotification messageDispatchNotification)
                                  throws Exception
        Process a notification of a dispatch - used by a Slave Broker
        Parameters:
        messageDispatchNotification -
        Throws:
        Exception - TODO
      • gc

        void gc()
      • getDestinations

        Set<Destination> getDestinations​(org.apache.activemq.command.ActiveMQDestination destination)
        Provide an exact or wildcard lookup of destinations in the region
        Returns:
        a set of matching destination objects.
      • processConsumerControl

        void processConsumerControl​(ConsumerBrokerExchange consumerExchange,
                                    org.apache.activemq.command.ConsumerControl control)
      • reapplyInterceptor

        void reapplyInterceptor()