public interface MessageFactory
| Modifier and Type | Method and Description |
|---|---|
AbstractJMSMessage |
createMessage(AMQMessageDelegateFactory delegateFactory) |
AbstractJMSMessage |
createMessage(long deliveryTag,
boolean redelivered,
ContentHeaderBody contentHeader,
AMQShortString exchange,
AMQShortString routingKey,
List bodies,
AMQSession_0_8.DestinationCache<AMQQueue> queueDestinationCache,
AMQSession_0_8.DestinationCache<AMQTopic> topicDestinationCache,
int addressType) |
AbstractJMSMessage |
createMessage(long deliveryTag,
boolean redelivered,
MessageProperties msgProps,
DeliveryProperties deliveryProps,
ByteBuffer body) |
AbstractJMSMessage createMessage(long deliveryTag, boolean redelivered, ContentHeaderBody contentHeader, AMQShortString exchange, AMQShortString routingKey, List bodies, AMQSession_0_8.DestinationCache<AMQQueue> queueDestinationCache, AMQSession_0_8.DestinationCache<AMQTopic> topicDestinationCache, int addressType) throws javax.jms.JMSException, AMQException
javax.jms.JMSExceptionAMQExceptionAbstractJMSMessage createMessage(long deliveryTag, boolean redelivered, MessageProperties msgProps, DeliveryProperties deliveryProps, ByteBuffer body) throws javax.jms.JMSException, AMQException
javax.jms.JMSExceptionAMQExceptionAbstractJMSMessage createMessage(AMQMessageDelegateFactory delegateFactory) throws javax.jms.JMSException
javax.jms.JMSExceptionCopyright © 2006–2014 The Apache Software Foundation. All rights reserved.