java.lang.Object | +----com.ibm.mq.jms.MQConnection | +----com.ibm.mq.jms.MQQueueConnection
An MQueueConnection is an active connection to a JMS point-to-point provider. A client uses an MQQueueConnection to create one or more MQQueueSessions for producing and consuming messages.
public void close() throws JMSException;
Closes this connection and release its resources.
public QueueSession createQueueSession(boolean transacted, int acknowledgeMode) throws JMSException;
Creates an MQQueueSession object.
Notices |
Downloads |
Library |
Support |
Feedback
![]() ![]() |
jms77q1 |