XMSC_WMQ_RECEIVE_EXIT

    Data type:
    String

    Property of:
    ConnectionFactory

Identifies a channel receive exit to be run.

The value of the property is a string that identifies a channel receive exit and has the following format:

  • libraryName(entryPointName)

where,

  • libraryName is the full path of the managed exit .dll
  • entryPointName is the class name qualified by the namespace

For example, C:\MyReceiveExit.dll(MyReceiveExitNameSpace.MyReceiveExitClassName)

By default, the property is not set.

This property is relevant only when an application connects to a queue manager in managed client mode. Also, only managed exits are supported.

Parent topic: Property definitions