public class RMQConnectionMetaData
extends java.lang.Object
implements javax.jms.ConnectionMetaData
RMQConnection| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
JMSX_GROUP_ID_LABEL
These two are currently not used, they are needed for a JMSCTS test
We need to make sure these properties get into the messages
|
static java.lang.String |
JMSX_GROUP_SEQ_LABEL |
| Constructor and Description |
|---|
RMQConnectionMetaData() |
| Modifier and Type | Method and Description |
|---|---|
int |
getJMSMajorVersion() |
int |
getJMSMinorVersion() |
java.lang.String |
getJMSProviderName() |
java.lang.String |
getJMSVersion() |
java.util.Enumeration<java.lang.String> |
getJMSXPropertyNames()
This method currently returns an empty enumeration
|
int |
getProviderMajorVersion() |
int |
getProviderMinorVersion() |
java.lang.String |
getProviderVersion() |
public static final java.lang.String JMSX_GROUP_ID_LABEL
public static final java.lang.String JMSX_GROUP_SEQ_LABEL
public java.lang.String getJMSVersion()
throws javax.jms.JMSException
getJMSVersion in interface javax.jms.ConnectionMetaDatajavax.jms.JMSExceptionpublic int getJMSMajorVersion()
throws javax.jms.JMSException
getJMSMajorVersion in interface javax.jms.ConnectionMetaDatajavax.jms.JMSExceptionpublic int getJMSMinorVersion()
throws javax.jms.JMSException
getJMSMinorVersion in interface javax.jms.ConnectionMetaDatajavax.jms.JMSExceptionpublic java.lang.String getJMSProviderName()
throws javax.jms.JMSException
getJMSProviderName in interface javax.jms.ConnectionMetaDatajavax.jms.JMSExceptionpublic java.lang.String getProviderVersion()
throws javax.jms.JMSException
getProviderVersion in interface javax.jms.ConnectionMetaDatajavax.jms.JMSExceptionpublic int getProviderMajorVersion()
throws javax.jms.JMSException
getProviderMajorVersion in interface javax.jms.ConnectionMetaDatajavax.jms.JMSExceptionpublic int getProviderMinorVersion()
throws javax.jms.JMSException
getProviderMinorVersion in interface javax.jms.ConnectionMetaDatajavax.jms.JMSExceptionpublic java.util.Enumeration<java.lang.String> getJMSXPropertyNames()
throws javax.jms.JMSException
getJMSXPropertyNames in interface javax.jms.ConnectionMetaDatajavax.jms.JMSExceptionCopyright © 2023. All rights reserved.