|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ActiveMQMessageProducer | |
---|---|
org.apache.activemq | The core JMS client API implementation classes. |
org.apache.activemq.pool | A JMS provider which pools Connection, Session and MessageProducer instances so it can be used with tools like Spring's JmsTemplate. |
Uses of ActiveMQMessageProducer in org.apache.activemq |
---|
Subclasses of ActiveMQMessageProducer in org.apache.activemq | |
---|---|
class |
ActiveMQQueueSender
A client uses a QueueSender object to send messages to a
queue. |
class |
ActiveMQTopicPublisher
A client uses a TopicPublisher object to publish messages on
a topic. |
Fields in org.apache.activemq with type parameters of type ActiveMQMessageProducer | |
---|---|
protected CopyOnWriteArrayList<ActiveMQMessageProducer> |
ActiveMQSession.producers
|
Methods in org.apache.activemq with parameters of type ActiveMQMessageProducer | |
---|---|
protected void |
ActiveMQSession.addProducer(ActiveMQMessageProducer producer)
Adds a message producer. |
void |
ActiveMQConnection.addProducer(ProducerId producerId,
ActiveMQMessageProducer producer)
|
protected void |
ActiveMQSession.removeProducer(ActiveMQMessageProducer producer)
Removes a message producer. |
protected void |
ActiveMQSession.send(ActiveMQMessageProducer producer,
ActiveMQDestination destination,
Message message,
int deliveryMode,
int priority,
long timeToLive,
MemoryUsage producerWindow,
int sendTimeout)
Sends the message for dispatch by the broker. |
Uses of ActiveMQMessageProducer in org.apache.activemq.pool |
---|
Methods in org.apache.activemq.pool that return ActiveMQMessageProducer | |
---|---|
ActiveMQMessageProducer |
PooledSession.getMessageProducer()
|
protected ActiveMQMessageProducer |
PooledProducer.getMessageProducer()
|
Constructors in org.apache.activemq.pool with parameters of type ActiveMQMessageProducer | |
---|---|
PooledProducer(ActiveMQMessageProducer messageProducer,
Destination destination)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |