RECEXIT

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

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


Applicable Objects

ConnectionFactory, QueueConnectionFactory, TopicConnectionFactory, XAConnectionFactory, XAQueueConnectionFactory, XATopicConnectionFactory

JMS administration tool long name: RECEXIT

JMS administration tool short name: RCX


Programmatic access

Setters/getters

  • MQConnectionFactory.setReceiveExit()
  • MQConnectionFactory.getReceiveExit()


Values

  • null. This is the default value.
  • A string comprising one or more items separated by commas, where each item is either:

    • The name of a class that implements the WMQReceiveExit interface (for a channel receive exit written in Java™).
    • A string in the format libraryName(entryPointName) (for a channel receive exit not written in Java).