|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ActiveMQMessageProducer | |
|---|---|
| org.apache.activemq | The core JMS client API implementation classes. |
| 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,
javax.jms.Message message,
int deliveryMode,
int priority,
long timeToLive,
MemoryUsage producerWindow,
int sendTimeout,
AsyncCallback onComplete)
Sends the message for dispatch by the broker. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||