public class ActiveMQJMSVendor extends org.apache.qpid.proton.jms.JMSVendor
| Modifier and Type | Field and Description |
|---|---|
static ActiveMQJMSVendor |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
BytesMessage |
createBytesMessage() |
Destination |
createDestination(String name) |
<T extends Destination> |
createDestination(String name,
Class<T> kind) |
MapMessage |
createMapMessage() |
Message |
createMessage() |
ObjectMessage |
createObjectMessage() |
StreamMessage |
createStreamMessage() |
TextMessage |
createTextMessage() |
void |
setJMSXDeliveryCount(Message msg,
long value) |
void |
setJMSXGroupID(Message msg,
String value) |
void |
setJMSXGroupSequence(Message msg,
int value) |
void |
setJMSXUserID(Message msg,
String value) |
String |
toAddress(Destination dest) |
public static final ActiveMQJMSVendor INSTANCE
public BytesMessage createBytesMessage()
createBytesMessage in class org.apache.qpid.proton.jms.JMSVendorpublic StreamMessage createStreamMessage()
createStreamMessage in class org.apache.qpid.proton.jms.JMSVendorpublic Message createMessage()
createMessage in class org.apache.qpid.proton.jms.JMSVendorpublic TextMessage createTextMessage()
createTextMessage in class org.apache.qpid.proton.jms.JMSVendorpublic ObjectMessage createObjectMessage()
createObjectMessage in class org.apache.qpid.proton.jms.JMSVendorpublic MapMessage createMapMessage()
createMapMessage in class org.apache.qpid.proton.jms.JMSVendorpublic Destination createDestination(String name)
createDestination in class org.apache.qpid.proton.jms.JMSVendorpublic <T extends Destination> T createDestination(String name, Class<T> kind)
createDestination in class org.apache.qpid.proton.jms.JMSVendorpublic void setJMSXUserID(Message msg, String value)
setJMSXUserID in class org.apache.qpid.proton.jms.JMSVendorpublic void setJMSXGroupID(Message msg, String value)
setJMSXGroupID in class org.apache.qpid.proton.jms.JMSVendorpublic void setJMSXGroupSequence(Message msg, int value)
setJMSXGroupSequence in class org.apache.qpid.proton.jms.JMSVendorpublic void setJMSXDeliveryCount(Message msg, long value)
setJMSXDeliveryCount in class org.apache.qpid.proton.jms.JMSVendorpublic String toAddress(Destination dest)
toAddress in class org.apache.qpid.proton.jms.JMSVendorCopyright © 2005–2015 The Apache Software Foundation. All rights reserved.