@Deprecated public final class JMSHelper extends JMSRuntimeHelper
Note: Oracle recommends that the use of the create queue/topic methods and create distributed queue/distributed topic methods be strictly limited, as they directly modify the configuration (config.xml) file and provide minimal feedback for detecting success or failure.
| Modifier and Type | Method | Description |
|---|---|---|
static JMSServerMBean |
getJMSServerConfigMBean(javax.naming.Context ctx,
java.lang.String jmsServerName) |
Deprecated.
Retrieve the JMS server configuration MBean for the specified
JMS server name.
|
getJMSConnectionRuntimeMBean, getJMSDestinationRuntimeMBean, getJMSDestinationRuntimeMBean, getJMSMessageConsumerRuntimeMBean, getJMSMessageProducerRuntimeMBean, getJMSServerRuntimeMBean, getJMSServerRuntimeMBean, getJMSSessionRuntimeMBean, newJMSMessageIDToOld, oldJMSMessageIDToNewpublic static JMSServerMBean getJMSServerConfigMBean(javax.naming.Context ctx, java.lang.String jmsServerName) throws javax.jms.JMSException
ctx - JNDI initial context.jmsServerName - name of the JMS serverjavax.jms.JMSException - if a JMS error occursJMSServerMBean