Package com.webmethods.jms
Interface WmQueueConnection
-
- All Superinterfaces:
javax.jms.Connection
,javax.jms.QueueConnection
,WmConnection
- All Known Implementing Classes:
WmClusterQueueConnectionImpl
,WmClusterXAQueueConnectionImpl
,WmCompositeClusterQueueConnectionImpl
,WmQueueConnectionImpl
,WmXAQueueConnectionImpl
public interface WmQueueConnection extends WmConnection, javax.jms.QueueConnection
Interface defining webMethods extensions to javax.jms.QueueConnection.
-
-
Field Summary
-
Fields inherited from interface com.webmethods.jms.WmConnection
ENCRYPT_LEVEL_ENCRYPTION, ENCRYPT_LEVEL_NO_ENCRYPTION, ENCRYPT_LEVEL_US_DOMESTIC, ENCRYPT_LEVEL_US_EXPORT
-
-
Method Summary
-
Methods inherited from interface javax.jms.Connection
close, createConnectionConsumer, createDurableConnectionConsumer, createSession, getClientID, getExceptionListener, getMetaData, setClientID, setExceptionListener, start, stop
-
Methods inherited from interface javax.jms.QueueConnection
createConnectionConsumer, createQueueSession
-
Methods inherited from interface com.webmethods.jms.WmConnection
getAccessLabel, getBroker, getFactory, getSSLEncryptionLevel, getSSLServerCertificate, getTerritory, ping
-
-