The communications adapters provide the protocol support for sending the data across the network. The communications adapters have a number of configurable values; all of these are set using Java™ properties. The Java properties are set at the JVM level and are accessed by the communications adapter when it is instantiated. The adapter does not revisit these properties. This means if the JVM level properties are altered, they will not take affect until a new adapter is created.
Information about these properties may also be obtained from the Java Programming Reference Manual under the com.ibm.mqe.adapters.MQeCommunicationsAdapter class.