MQXAQueueSession

 

public MQXAQueueSession(MQConnection connection, MQQueueSession session, 
                        MQXAResource resource) 
              throws JMSException;

Constructor which extends an MQXASession object.

Parameters

  • connection - the connection.

  • session - the input session.

  • resource - the XA resources.

Exceptions

  • JMSException - if the constructor fails.


uj31020_