Package com.ibm.mq

Class MQPutMessageOptions

java.lang.Object
com.ibm.mq.jmqi.JmqiObject
com.ibm.mq.MQPutMessageOptions

public class MQPutMessageOptions extends com.ibm.mq.jmqi.JmqiObject
This class contains options that control the behavior of MQQueue.put.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    An input field that indicates the source of the context information.
    int
    Handle to the context reference
    int
    Number of messages that could not be sent.
    int
    Number of messages successfully sent to local queues.
    int
    Options that control the action of MQQueue.put().
    int
    Flag that controls the behavior of MQPUT when used with distribution lists.
    An output field set by the queue manager to the name of the queue manager that owns the remote queue.
    The output field set by the queue manager to the name of the queue on which the message is placed.
    int
    Number of messages successfully sent to remote queues.

    Fields inherited from class com.ibm.mq.jmqi.JmqiObject

    COMP_JM, COMP_JN, COMP_JO
  • Constructor Summary

    Constructors
    Constructor
    Description
    Constructs an object with no options set, and blank resolvedQueueName and resolvedQueueManagerName.
    MQPutMessageOptions(boolean noReadBack)
    Constructs an MQPutMessageOptions object; reading the optionsfield is optional.
  • Method Summary

    Methods inherited from class com.ibm.mq.jmqi.JmqiObject

    getJmqiEnvironment

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait