javax.jms
Interface QueueConnectionFactory
- All Superinterfaces:
- ConnectionFactory
- All Known Subinterfaces:
- XAQueueConnectionFactory
- public interface QueueConnectionFactory
- extends ConnectionFactory
- Version:
- $Revision: 1.1 $
- Author:
- Chris Kimpton ([email protected])
createQueueConnection
public QueueConnection createQueueConnection()
throws JMSException
- Throws:
JMSException
createQueueConnection
public QueueConnection createQueueConnection(String username,
String password)
throws JMSException
- Throws:
JMSException
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.