12.4. JMS API Reference

The following API reference is not exhaustive, but rather covers the most frequently used APIs, or those that best give a feel of the capabilities available in JMS. The various JMS message subtypes are not shown.

API 12.1 javax.jms.QueueConnectionFactory

public interface QueueConnectionFactory extends ConnectionFactory        // No methods in ConnectionFactory superclass        public QueueConnection createQueueConnection() throws JMSException;        public QueueConnection createQueueConnection(String user, String pass)                throws JMSException;

API 12.2 javax.jms.TopicConnectionFactory

public interface TopicConnectionFactory extends ConnectionFactory        public TopicConnection createTopicConnection() throws JMSException; ...

Get J2EE™ and JAX™: Developing Web Applications and Web Services now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.