IBM MQ classes for Java connection modes

The way you program for IBM MQ classes for Java has some dependencies on the connection modes we want to use.

If we use client connections, there are a number of differences from the IBM MQ MQI client but it is conceptually similar. If we use bindings mode we can use fastpath bindings and can issue the MQBEGIN command. You specify which mode to use by setting variables in the MQEnvironment class.

Parent topic: Writing IBM MQ classes for Java applications