public class SolXAQueueConnection extends SolQueueConnection implements XAQueueConnection
| Constructor and Description |
|---|
SolXAQueueConnection(JMSProperties properties) |
SolXAQueueConnection(JMSProperties properties,
String userName,
String password) |
| Modifier and Type | Method and Description |
|---|---|
XAQueueSession |
createXAQueueSession()
Creates an
XAQueueSession object. |
XASession |
createXASession()
Creates an
XASession object. |
createConnectionConsumer, createDurableConnectionConsumer, createQueueSessionaddConnectionConsumer, close, createConnectionConsumer, createDefaultSubscriber, createSession, deleteTemporaryQueue, deleteTemporaryTopic, getClientID, getClientName, getExceptionListener, getJCSMPProperties, getJMSProperties, getJMSState, getMetaData, getProperties, handleEvent, onException, remove, removeConnectionConsumer, setClientID, setConnectionEventListener, setExceptionListener, start, stop, toJCSMPPropertiesequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateQueueSessioncreateSessioncreateConnectionConsumerclose, createConnectionConsumer, createDurableConnectionConsumer, getClientID, getExceptionListener, getMetaData, setClientID, setExceptionListener, start, stoppublic SolXAQueueConnection(JMSProperties properties) throws JMSException
JMSExceptionpublic SolXAQueueConnection(JMSProperties properties, String userName, String password) throws JMSException
JMSExceptionpublic XAQueueSession createXAQueueSession() throws JMSException
XAQueueConnectionXAQueueSession object.createXAQueueSession in interface XAQueueConnectionXAQueueSessionJMSException - if the XAQueueConnection object
fails to create an XA queue session due to some
internal error.public XASession createXASession() throws JMSException
XAConnectionXASession object.createXASession in interface XAConnectionXASessionJMSException - if the XAConnection object
fails to create an XASession due to
some internal error.Copyright 2004-2021 Solace Corporation. All rights reserved.