getSyncpointAvailability

 

public int getSyncpointAvailability() throws MQException;

Indicates whether the queue manager supports units of work and syncpointing with the MQQueue.get() and MQQueue.put() methods.

Returns

  • MQC.MQSP_AVAILABLE if syncpointing is available, or MQC.MQSP_NOT_AVAILABLE if not.

Exceptions

  • MQException - if you call this method after disconnecting from the queue manager to indicate that the connection is no longer valid.


uj15250_