MQGetMessageOptions

 

public MQGetMessageOptions(boolean noReadBack);

Constructs an MQGetMessageOptions object with an option on reading the options field. We can use this constructor to save some overheads if your application never needs to read back the options field.

Parameters

  • noReadBack - if true, prevents the options MQGMO field from being read back. This means that the overhead of converting it is avoided.


uj13040_