SENDEXIT

Identifies a channel send exit, or a sequence of send exits to be run in succession.

Additional configuration might be required in order for the IBM® MQ classes for JMS to locate send exits. For more information, see Configuring the IBM MQ classes for JMS to use channel exits.

Applicable Objects

ConnectionFactory, QueueConnectionFactory, TopicConnectionFactory, XAConnectionFactory, XAQueueConnectionFactory, XATopicConnectionFactory

JMS administration tool long name: SENDEXIT

JMS administration tool short name: SDX

Programmatic access

Setters/getters

  • MQConnectionFactory.setSendExit()
  • MQConnectionFactory.getSendExit()

Values

null
Any string comprising one or more items separated by commas, where each item is either:
  • The name of a class that implements the WMQSendExit interface (for a channel send exit written in Java ).
  • A string in the format libraryName(entryPointName) (for a channel send exit not written in Java ).
This is the default value.