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 and Description
      MQQueue contextReference
      An input field that indicates the source of the context information.
      int contextReferenceHandle
      Handle to the context reference
      int invalidDestCount
      Number of messages that could not be sent.
      int knownDestCount
      Number of messages successfully sent to local queues.
      int options
      Options that control the action of MQQueue.put().
      int recordFields
      Flag that controls the behavior of MQPUT when used with distribution lists.
      java.lang.String resolvedQueueManagerName
      An output field set by the queue manager to the name of the queue manager that owns the remote queue.
      java.lang.String resolvedQueueName
      The output field set by the queue manager to the name of the queue on which the message is placed.
      int unknownDestCount
      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 and Description
      MQPutMessageOptions()
      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 java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
(c) Copyright IBM Corp. 2008, 2015. All Rights Reserved.