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:
- https://javadoc.io/doc/jakarta.platform/jakarta.jakartaee-api/9.0.0/index.html
to review the
jakarta.jmspackage documentation for the Jakarta Messaging API version 1.1 for Jakarta JMS. Note TimesTen doesn't utilize the other Jakarta Platform EE 9 APIs. - https://javaee.github.io/javaee-spec/javadocs/ to review the
javax.jmspackage documentation for the Java Message Service API version 1.1 for JavaX JMS