Interface JmsXAQueueConnectionFactory

All Superinterfaces:
javax.jms.ConnectionFactory, JmsConnectionFactory, JmsPropertyContext, JmsQueueConnectionFactory, JmsReadablePropertyContext, JmsXAConnectionFactory, Map<String,Object>, javax.jms.QueueConnectionFactory, Serializable, javax.jms.XAConnectionFactory, javax.jms.XAQueueConnectionFactory
All Known Implementing Classes:
MQXAQueueConnectionFactory

public interface JmsXAQueueConnectionFactory extends JmsXAConnectionFactory, JmsQueueConnectionFactory, javax.jms.XAQueueConnectionFactory
The JmsXAQueueConnectionFactory interface adds properties to a javax.jms.XAQueueConnectionFactory.

A JmsXAQueueConnectionFactory provides the same create options as a JmsQueueConnectionFactory. This class is provided for use in the J2EE application server environment.

See Also: