public abstract class AbstractJMSMessageFactory extends Object
Constructor and Description |
---|
AbstractJMSMessageFactory() |
protected AbstractJMSMessage create08MessageWithBody(long messageNbr, ContentHeaderBody contentHeader, String exchange, String routingKey, List bodies, AMQSession_0_8.DestinationCache<AMQQueue> queueDestinationCache, AMQSession_0_8.DestinationCache<AMQTopic> topicDestinationCache, int addressType) throws QpidException
QpidException
protected abstract AbstractJMSMessage createMessage(AbstractAMQMessageDelegate delegate, ByteBuffer data) throws QpidException
QpidException
protected AbstractJMSMessage create010MessageWithBody(long messageNbr, MessageProperties msgProps, DeliveryProperties deliveryProps, Collection<QpidByteBuffer> body) throws QpidException
QpidException
public AbstractJMSMessage createMessage(long messageNbr, boolean redelivered, ContentHeaderBody contentHeader, String exchange, String routingKey, List bodies, AMQSession_0_8.DestinationCache<AMQQueue> queueDestinationCache, AMQSession_0_8.DestinationCache<AMQTopic> topicDestinationCache, int addressType) throws javax.jms.JMSException, QpidException
javax.jms.JMSException
QpidException
public AbstractJMSMessage createMessage(long messageNbr, boolean redelivered, MessageProperties msgProps, DeliveryProperties deliveryProps, Collection<QpidByteBuffer> body) throws javax.jms.JMSException, QpidException
javax.jms.JMSException
QpidException
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.