org.apache.qpid.client
Class BasicMessageProducer_0_8
java.lang.Object
org.apache.qpid.client.Closeable
org.apache.qpid.client.BasicMessageProducer
org.apache.qpid.client.BasicMessageProducer_0_8
- All Implemented Interfaces:
- MessageProducer
public class BasicMessageProducer_0_8
- extends BasicMessageProducer
Methods inherited from class org.apache.qpid.client.BasicMessageProducer |
close, getDeliveryMode, getDestination, getDisableMessageID, getDisableMessageTimestamp, getPriority, getSession, getTimeToLive, isBound, resubscribe, send, send, send, send, send, send, send, send, send, sendImpl, sendImpl, setDeliveryMode, setDisableMessageID, setDisableMessageTimestamp, setEncoding, setMimeType, setPriority, setPublishMode, setTimeToLive |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasicMessageProducer_0_8
BasicMessageProducer_0_8(AMQConnection connection,
AMQDestination destination,
boolean transacted,
int channelId,
AMQSession session,
AMQProtocolHandler protocolHandler,
long producerId,
boolean immediate,
boolean mandatory,
boolean waitUntilSent)
declareDestination
void declareDestination(AMQDestination destination)
- Specified by:
declareDestination
in class BasicMessageProducer
sendMessage
void sendMessage(AMQDestination destination,
Message origMessage,
AbstractJMSMessage message,
UUID messageId,
int deliveryMode,
int priority,
long timeToLive,
boolean mandatory,
boolean immediate,
boolean wait)
throws JMSException
- Specified by:
sendMessage
in class BasicMessageProducer
- Throws:
JMSException
Licensed to the Apache Software Foundation