JMS Interfaces for Event Handling

The standard JMS interfaces are available for JMS/XLA applications. Note that the JMS/XLA API supports only publish/subscribe messaging.

  • Connection

  • ConnectionFactory

  • ConnectionMetaData

  • Destination

  • ExceptionListener

  • MapMessage

  • Message

  • MessageConsumer

  • Session

  • Topic

  • TopicConnection

  • TopicConnectionFactory

  • TopicSession

  • TopicSubscriber

See the following API documentation for these interfaces: