|
||||||||||
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.scheduler | |
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 |
ErrorBroker.send(ProducerBrokerExchange producerExchange,
Message message)
|
void |
TransactionBroker.send(ProducerBrokerExchange producerExchange,
Message message)
|
void |
BrokerBroadcaster.send(ProducerBrokerExchange producerExchange,
Message messageSend)
|
void |
CompositeDestinationBroker.send(ProducerBrokerExchange producerExchange,
Message message)
|
void |
UserIDBroker.send(ProducerBrokerExchange producerExchange,
Message messageSend)
|
void |
BrokerFilter.send(ProducerBrokerExchange producerExchange,
Message messageSend)
|
void |
MutableBrokerFilter.send(ProducerBrokerExchange producerExchange,
Message messageSend)
|
void |
EmptyBroker.send(ProducerBrokerExchange producerExchange,
Message message)
|
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 |
DestinationFilter.send(ProducerBrokerExchange context,
Message messageSend)
|
void |
AbstractRegion.send(ProducerBrokerExchange producerExchange,
Message messageSend)
|
void |
Topic.send(ProducerBrokerExchange producerExchange,
Message message)
|
void |
Queue.send(ProducerBrokerExchange producerExchange,
Message message)
|
void |
RegionBroker.send(ProducerBrokerExchange producerExchange,
Message message)
|
void |
Region.send(ProducerBrokerExchange producerExchange,
Message message)
Send a message to the broker to using the specified destination. |
void |
Destination.send(ProducerBrokerExchange producerExchange,
Message messageSend)
|
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 |
CompositeDestinationFilter.send(ProducerBrokerExchange context,
Message message)
|
void |
VirtualTopicInterceptor.send(ProducerBrokerExchange context,
Message message)
|
protected void |
SelectorAwareVirtualTopicInterceptor.send(ProducerBrokerExchange context,
Message message,
ActiveMQDestination destination)
Respect the selectors of the subscriptions to ensure only matched messages are dispatched to the virtual queues, hence there is no build up of unmatched messages on these destinations |
Uses of ProducerBrokerExchange in org.apache.activemq.broker.scheduler |
---|
Methods in org.apache.activemq.broker.scheduler with parameters of type ProducerBrokerExchange | |
---|---|
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 | |
---|---|
void |
TimeStampingBrokerPlugin.send(ProducerBrokerExchange producerExchange,
Message message)
|
void |
UDPTraceBrokerPlugin.send(ProducerBrokerExchange producerExchange,
Message messageSend)
|
void |
DestinationPathSeparatorBroker.send(ProducerBrokerExchange producerExchange,
Message messageSend)
|
void |
LoggingBrokerPlugin.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 | |
---|---|
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 |
StatisticsBroker.send(ProducerBrokerExchange producerExchange,
Message messageSend)
Sets the persistence mode |
void |
ForcePersistencyModeBroker.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 |