SECEXIT

Identifies a channel security exit.

Additional configuration might be required in order for the IBM MQ classes for JMS to locate security 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: SECEXIT

JMS administration tool short name: SXC


Programmatic access

Setters/getters

  • MQConnectionFactory.setSecurityExit()
  • MQConnectionFactory.getSecurityExit()


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 WMQSecurityExit interface (for a channel security exit written in Java™).
    • A string in the format libraryName(entryPointName) (for a channel security exit not written in Java).