XMSC_WMQ_SEND_EXIT

    Data type:
    String

    Property of:
    ConnectionFactory

Identifies a channel send exit.

The value of the property is a string. A channel send exit 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:\MySendExit.dll(MySendExitNameSpace.MySendExitClassName)

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