MQPutMessageOptions

 

public MQPutMessageOptions(boolean noReadBack);

Constructs an MQPutMessageOptions object; reading the options field is optional. We can use this constructor to save some overheads if your application never needs to read back the options field.

Parameters

  • noReadBack - if true this disables the reading back the options MQPMO field. This avoids the overhead of converting it.


uj14410_