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 ProducerBrokerExchange
ProducerBrokerExchange. copy()
ProducerBrokerExchange
BrokerService. getProducerBrokerExchange(ProducerInfo producerInfo)
ProducerBrokerExchange
TransportConnection. getProducerBrokerExchangeIfExists(ProducerInfo producerInfo)
Methods in org.apache.activemq.broker with parameters of type ProducerBrokerExchange Modifier and Type Method Description void
BrokerBroadcaster. send(ProducerBrokerExchange producerExchange, Message messageSend)
void
BrokerFilter. send(ProducerBrokerExchange producerExchange, Message messageSend)
void
CompositeDestinationBroker. send(ProducerBrokerExchange producerExchange, Message message)
void
EmptyBroker. send(ProducerBrokerExchange producerExchange, Message message)
void
ErrorBroker. send(ProducerBrokerExchange producerExchange, Message message)
void
TransactionBroker. send(ProducerBrokerExchange producerExchange, Message message)
void
UserIDBroker. 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 void
MessageInterceptorRegistry. injectMessage(ProducerBrokerExchange producerExchange, Message messageSend)
Re-inject into the Broker chainvoid
MessageInterceptor. 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 void
ManagedRegionBroker. 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 void
AbstractRegion. send(ProducerBrokerExchange producerExchange, Message messageSend)
void
Destination. send(ProducerBrokerExchange producerExchange, Message messageSend)
void
DestinationFilter. send(ProducerBrokerExchange context, Message messageSend)
protected void
DestinationFilter. send(ProducerBrokerExchange context, Message message, ActiveMQDestination destination)
Sends a message to the given destination which may be a wildcardvoid
Queue. send(ProducerBrokerExchange producerExchange, Message message)
void
Region. send(ProducerBrokerExchange producerExchange, Message message)
Send a message to the broker to using the specified destination.void
RegionBroker. send(ProducerBrokerExchange producerExchange, Message message)
void
Topic. send(ProducerBrokerExchange producerExchange, Message message)
protected void
BaseDestination. waitForSpace(ConnectionContext context, ProducerBrokerExchange producerBrokerExchange, Usage<?> usage, int highWaterMark, String warning)
protected void
BaseDestination. 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 void
CompositeDestinationFilter. send(ProducerBrokerExchange context, Message message)
void
VirtualTopicInterceptor. send(ProducerBrokerExchange context, Message message)
protected void
VirtualTopicInterceptor. 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 void
SchedulerBroker. 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 void
DestinationPathSeparatorBroker. send(ProducerBrokerExchange producerExchange, Message messageSend)
void
LoggingBrokerPlugin. send(ProducerBrokerExchange producerExchange, Message messageSend)
void
TimeStampingBrokerPlugin. send(ProducerBrokerExchange producerExchange, Message message)
void
UDPTraceBrokerPlugin. 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 void
ConnectionDotFileInterceptor. 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 void
PartitionBroker. 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 void
ForcePersistencyModeBroker. send(ProducerBrokerExchange producerExchange, Message messageSend)
Sets the persistence modevoid
StatisticsBroker. 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 void
AuthorizationBroker. 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 void
AuthorizationFilter. send(ProducerBrokerExchange exchange, Message message)
-