|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProducerBrokerExchange | |
---|---|
org.apache.activemq.broker | The core classes for the ActiveMQ Message Broker and its connectors. |
org.apache.activemq.broker.ft | Helper classes for implementing fault tolerance |
org.apache.activemq.broker.region | Region abstraction and implementations in the Broker. |
org.apache.activemq.broker.region.virtual | Implementation classes for Virtual Destinations |
org.apache.activemq.broker.util | Some utility Broker Plugins |
org.apache.activemq.broker.view | Broker Plugins for visualising the current system |
org.apache.activemq.plugin | |
org.apache.activemq.security | Plugable Security Adapter framework along with default implementations such as the JAAS implementation. |
Uses of ProducerBrokerExchange in org.apache.activemq.broker |
---|
Methods in org.apache.activemq.broker that return ProducerBrokerExchange | |
---|---|
ProducerBrokerExchange |
ProducerBrokerExchange.copy()
|
Methods in org.apache.activemq.broker with parameters of type ProducerBrokerExchange | |
---|---|
void |
EmptyBroker.send(ProducerBrokerExchange producerExchange,
Message message)
|
void |
MutableBrokerFilter.send(ProducerBrokerExchange producerExchange,
Message messageSend)
|
void |
BrokerFilter.send(ProducerBrokerExchange producerExchange,
Message messageSend)
|
void |
TransactionBroker.send(ProducerBrokerExchange producerExchange,
Message message)
|
void |
BrokerBroadcaster.send(ProducerBrokerExchange producerExchange,
Message messageSend)
|
void |
ErrorBroker.send(ProducerBrokerExchange producerExchange,
Message message)
|
void |
CompositeDestinationBroker.send(ProducerBrokerExchange producerExchange,
Message message)
|
void |
UserIDBroker.send(ProducerBrokerExchange producerExchange,
Message messageSend)
|
Uses of ProducerBrokerExchange in org.apache.activemq.broker.ft |
---|
Methods in org.apache.activemq.broker.ft with parameters of type ProducerBrokerExchange | |
---|---|
void |
MasterBroker.send(ProducerBrokerExchange producerExchange,
Message message)
|
Uses of ProducerBrokerExchange in org.apache.activemq.broker.region |
---|
Methods in org.apache.activemq.broker.region with parameters of type ProducerBrokerExchange | |
---|---|
void |
Destination.send(ProducerBrokerExchange producerExchange,
Message messageSend)
|
void |
Region.send(ProducerBrokerExchange producerExchange,
Message message)
Send a message to the broker to using the specified destination. |
void |
Topic.send(ProducerBrokerExchange producerExchange,
Message message)
|
void |
AbstractRegion.send(ProducerBrokerExchange producerExchange,
Message messageSend)
|
void |
DestinationFilter.send(ProducerBrokerExchange context,
Message messageSend)
|
void |
RegionBroker.send(ProducerBrokerExchange producerExchange,
Message message)
|
void |
Queue.send(ProducerBrokerExchange producerExchange,
Message message)
|
protected void |
DestinationFilter.send(ProducerBrokerExchange context,
Message message,
ActiveMQDestination destination)
Sends a message to the given destination which may be a wildcard |
Uses of ProducerBrokerExchange in org.apache.activemq.broker.region.virtual |
---|
Methods in org.apache.activemq.broker.region.virtual with parameters of type ProducerBrokerExchange | |
---|---|
void |
VirtualTopicInterceptor.send(ProducerBrokerExchange context,
Message message)
|
void |
CompositeDestinationFilter.send(ProducerBrokerExchange context,
Message message)
|
Uses of ProducerBrokerExchange in org.apache.activemq.broker.util |
---|
Methods in org.apache.activemq.broker.util with parameters of type ProducerBrokerExchange | |
---|---|
void |
UDPTraceBrokerPlugin.send(ProducerBrokerExchange producerExchange,
Message messageSend)
|
void |
LoggingBrokerPlugin.send(ProducerBrokerExchange producerExchange,
Message messageSend)
|
void |
TimeStampingBrokerPlugin.send(ProducerBrokerExchange producerExchange,
Message message)
|
Uses of ProducerBrokerExchange in org.apache.activemq.broker.view |
---|
Methods in org.apache.activemq.broker.view with parameters of type ProducerBrokerExchange | |
---|---|
void |
ConnectionDotFileInterceptor.send(ProducerBrokerExchange producerExchange,
Message messageSend)
|
Uses of ProducerBrokerExchange in org.apache.activemq.plugin |
---|
Methods in org.apache.activemq.plugin with parameters of type ProducerBrokerExchange | |
---|---|
void |
ForcePersistencyModeBroker.send(ProducerBrokerExchange producerExchange,
Message messageSend)
Sets the persistence mode |
void |
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 | |
---|---|
void |
AuthorizationBroker.send(ProducerBrokerExchange producerExchange,
Message messageSend)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |