For use with the com.ibm.mqe.adapters.MqeTcpipHttpAdapter. In order to
minimize the number of sockets being created and discarded, which can prove
onerous for some operating systems, it is possible to specify the version
of HTTP to be used. If the value for this property is set to 1.1 then sockets
are not closed between individual messages but kept open for the life of the
adapter. The listening adapter will use the version passed by the client.
- Java™
- Default value 1.0
- Set using Java property com.ibm.mqe.adapters.MQeCommunicationsAdapter.httpVersion
- The value should be either 1.0 or 1.1
- Native
- Default value 1.0
- May not be set