TARGCLIENT

This property determines whether the IBM MQ RFH2 format is used to exchange information with target applications.


Applicable Objects

Queue, Topic

JMS administration tool long name: TARGCLIENT

JMS administration tool short name: TC


Programmatic access

Setters/getters

  • MQDestination.setTargetClient()
  • MQDestination.getTargetClient()


Values

    JMS
    The target of the message is a JMS application. This is the default value for administrative tools.
    For programs, use WMQConstants.WMQ_CLIENT_JMS_COMPLIANT.

    MQ
    The target of the message is a non-JMS IBM MQ application.
    For programs, use WMQConstants.WMQ_CLIENT_NONJMS_MQ.

Parent topic: Properties of IBM MQ classes for JMS objects