Websphere MQ Everyplace

com.ibm.mqe.jms
Class MQeJNDIQueueConnectionFactory

java.lang.Object
  |
  +--com.ibm.mqe.jms.MQeConnectionFactory
        |
        +--com.ibm.mqe.jms.MQeQueueConnectionFactory
              |
              +--com.ibm.mqe.jms.MQeJNDIQueueConnectionFactory
All Implemented Interfaces:
javax.jms.ConnectionFactory, javax.jms.QueueConnectionFactory

public class MQeJNDIQueueConnectionFactory
extends MQeQueueConnectionFactory

MQeJNDIQueueConnectionFactory extends MQeQueueConnectionFactory and adds support for storing and retrieving the object using JNDI.

More information on configuring an MQeJNDIQueueConnectionFactory can be found in Chapter 10 of the WebSphere MQ Everyplace Application Programming Guide.

See Also:
QueueConnectionFactory

Constructor Summary
MQeJNDIQueueConnectionFactory()
           
 
Methods inherited from class com.ibm.mqe.jms.MQeQueueConnectionFactory
createQueueConnection
 
Methods inherited from class com.ibm.mqe.jms.MQeConnectionFactory
getClientID, getDescription, getDUPSOKCount, getIniFileName, getTransactionLogURL, setClientID, setDescription, setDUPSOKCount, setIniFileName, setTransactionLogURL, setVerboseStartup, startQueueManager, stopQueueManager
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.jms.QueueConnectionFactory
createQueueConnection
 

Constructor Detail

MQeJNDIQueueConnectionFactory

public MQeJNDIQueueConnectionFactory()

Websphere MQ Everyplace