Uses of Class
org.apache.activemq.broker.ProducerBrokerExchange
-
Packages that use ProducerBrokerExchange Package Description org.apache.activemq.broker The core classes for the ActiveMQ Message Broker and its connectors.org.apache.activemq.broker.inteceptor MessageInteceptor malarkyorg.apache.activemq.broker.jmx JMX MBeans for the broker and its core connectors.org.apache.activemq.broker.region Region abstraction and implementations in the Broker.org.apache.activemq.broker.region.virtual Implementation classes for Virtual Destinationsorg.apache.activemq.broker.scheduler The Message Scheduler for delayed (or scheduled) message deliveryorg.apache.activemq.broker.util Some utility Broker Pluginsorg.apache.activemq.broker.view Broker Plugins for visualising the current systemorg.apache.activemq.partition org.apache.activemq.plugin org.apache.activemq.security Plugable Security Adapter framework along with default implementations such as the JAAS implementation.org.apache.activemq.shiro.authz -
-
Uses of ProducerBrokerExchange in org.apache.activemq.broker
Methods in org.apache.activemq.broker that return ProducerBrokerExchange Modifier and Type Method Description ProducerBrokerExchangeProducerBrokerExchange. copy()ProducerBrokerExchangeBrokerService. getProducerBrokerExchange(ProducerInfo producerInfo)ProducerBrokerExchangeTransportConnection. getProducerBrokerExchangeIfExists(ProducerInfo producerInfo)Methods in org.apache.activemq.broker with parameters of type ProducerBrokerExchange Modifier and Type Method Description voidBrokerBroadcaster. send(ProducerBrokerExchange producerExchange, Message messageSend)voidBrokerFilter. send(ProducerBrokerExchange producerExchange, Message messageSend)voidCompositeDestinationBroker. send(ProducerBrokerExchange producerExchange, Message message)voidEmptyBroker. send(ProducerBrokerExchange producerExchange, Message message)voidErrorBroker. send(ProducerBrokerExchange producerExchange, Message message)voidTransactionBroker. send(ProducerBrokerExchange producerExchange, Message message)voidUserIDBroker. send(ProducerBrokerExchange producerExchange, Message messageSend) -
Uses of ProducerBrokerExchange in org.apache.activemq.broker.inteceptor
Methods in org.apache.activemq.broker.inteceptor with parameters of type ProducerBrokerExchange Modifier and Type Method Description voidMessageInterceptorRegistry. injectMessage(ProducerBrokerExchange producerExchange, Message messageSend)Re-inject into the Broker chainvoidMessageInterceptor. intercept(ProducerBrokerExchange producerExchange, Message message) -
Uses of ProducerBrokerExchange in org.apache.activemq.broker.jmx
Methods in org.apache.activemq.broker.jmx with parameters of type ProducerBrokerExchange Modifier and Type Method Description voidManagedRegionBroker. send(ProducerBrokerExchange exchange, Message message) -
Uses of ProducerBrokerExchange in org.apache.activemq.broker.region
Methods in org.apache.activemq.broker.region with parameters of type ProducerBrokerExchange Modifier and Type Method Description voidAbstractRegion. send(ProducerBrokerExchange producerExchange, Message messageSend)voidDestination. send(ProducerBrokerExchange producerExchange, Message messageSend)voidDestinationFilter. send(ProducerBrokerExchange context, Message messageSend)protected voidDestinationFilter. send(ProducerBrokerExchange context, Message message, ActiveMQDestination destination)Sends a message to the given destination which may be a wildcardvoidQueue. send(ProducerBrokerExchange producerExchange, Message message)voidRegion. send(ProducerBrokerExchange producerExchange, Message message)Send a message to the broker to using the specified destination.voidRegionBroker. send(ProducerBrokerExchange producerExchange, Message message)voidTopic. send(ProducerBrokerExchange producerExchange, Message message)protected voidBaseDestination. waitForSpace(ConnectionContext context, ProducerBrokerExchange producerBrokerExchange, Usage<?> usage, int highWaterMark, String warning)protected voidBaseDestination. waitForSpace(ConnectionContext context, ProducerBrokerExchange producerBrokerExchange, Usage<?> usage, String warning) -
Uses of ProducerBrokerExchange in org.apache.activemq.broker.region.virtual
Methods in org.apache.activemq.broker.region.virtual with parameters of type ProducerBrokerExchange Modifier and Type Method Description voidCompositeDestinationFilter. send(ProducerBrokerExchange context, Message message)voidVirtualTopicInterceptor. send(ProducerBrokerExchange context, Message message)protected voidVirtualTopicInterceptor. send(ProducerBrokerExchange context, Message message, ActiveMQDestination destination) -
Uses of ProducerBrokerExchange in org.apache.activemq.broker.scheduler
Methods in org.apache.activemq.broker.scheduler with parameters of type ProducerBrokerExchange Modifier and Type Method Description voidSchedulerBroker. send(ProducerBrokerExchange producerExchange, Message messageSend) -
Uses of ProducerBrokerExchange in org.apache.activemq.broker.util
Methods in org.apache.activemq.broker.util with parameters of type ProducerBrokerExchange Modifier and Type Method Description voidDestinationPathSeparatorBroker. send(ProducerBrokerExchange producerExchange, Message messageSend)voidLoggingBrokerPlugin. send(ProducerBrokerExchange producerExchange, Message messageSend)voidTimeStampingBrokerPlugin. send(ProducerBrokerExchange producerExchange, Message message)voidUDPTraceBrokerPlugin. send(ProducerBrokerExchange producerExchange, Message messageSend) -
Uses of ProducerBrokerExchange in org.apache.activemq.broker.view
Methods in org.apache.activemq.broker.view with parameters of type ProducerBrokerExchange Modifier and Type Method Description voidConnectionDotFileInterceptor. send(ProducerBrokerExchange producerExchange, Message messageSend) -
Uses of ProducerBrokerExchange in org.apache.activemq.partition
Methods in org.apache.activemq.partition with parameters of type ProducerBrokerExchange Modifier and Type Method Description voidPartitionBroker. send(ProducerBrokerExchange producerExchange, Message messageSend) -
Uses of ProducerBrokerExchange in org.apache.activemq.plugin
Methods in org.apache.activemq.plugin with parameters of type ProducerBrokerExchange Modifier and Type Method Description voidForcePersistencyModeBroker. send(ProducerBrokerExchange producerExchange, Message messageSend)Sets the persistence modevoidStatisticsBroker. send(ProducerBrokerExchange producerExchange, Message messageSend)Sets the persistence mode -
Uses of ProducerBrokerExchange in org.apache.activemq.security
Methods in org.apache.activemq.security with parameters of type ProducerBrokerExchange Modifier and Type Method Description voidAuthorizationBroker. send(ProducerBrokerExchange producerExchange, Message messageSend) -
Uses of ProducerBrokerExchange in org.apache.activemq.shiro.authz
Methods in org.apache.activemq.shiro.authz with parameters of type ProducerBrokerExchange Modifier and Type Method Description voidAuthorizationFilter. send(ProducerBrokerExchange exchange, Message message)
-