Package | Description |
---|---|
org.apache.activemq |
The core JMS client API implementation classes.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ActiveMQSession.send(ActiveMQMessageProducer producer,
ActiveMQDestination destination,
Message message,
int deliveryMode,
int priority,
long timeToLive,
MemoryUsage producerWindow,
int sendTimeout,
AsyncCallback onComplete)
Sends the message for dispatch by the broker.
|
void |
ActiveMQMessageProducer.send(Destination destination,
Message message,
AsyncCallback onComplete) |
void |
ActiveMQMessageProducer.send(Destination destination,
Message message,
int deliveryMode,
int priority,
long timeToLive,
AsyncCallback onComplete) |
void |
ActiveMQMessageProducer.send(Message message,
AsyncCallback onComplete) |
void |
ActiveMQMessageProducer.send(Message message,
int deliveryMode,
int priority,
long timeToLive,
AsyncCallback onComplete) |
void |
ActiveMQConnection.syncSendPacket(Command command,
AsyncCallback onComplete)
Send a packet through a Connection - for internal use only
|
Copyright © 2005–2016 FuseSource, Corp.. All rights reserved.