javax.jms
Interface QueueConnectionFactory
- All Superinterfaces:
- ConnectionFactory
- All Known Subinterfaces:
- XAQueueConnectionFactory
- public interface QueueConnectionFactory
- extends ConnectionFactory
- Version:
- $Revision: 1.4 $ $Date: 2004/03/10 10:00:03 $
createQueueConnection
public QueueConnection createQueueConnection()
throws JMSException
- Throws:
JMSException
createQueueConnection
public QueueConnection createQueueConnection(String userName,
String password)
throws JMSException
- Throws:
JMSException
Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.