JMS 1.1 API 1.0.0.Final

Uses of Interface
javax.jms.QueueConnection

Uses of QueueConnection in javax.jms
 

Subinterfaces of QueueConnection in javax.jms
 interface XAQueueConnection
          An XAQueueConnection provides the same create options as QueueConnection (optional).
 

Methods in javax.jms that return QueueConnection
 QueueConnection QueueConnectionFactory.createQueueConnection()
          Creates a queue connection with the default user identity.
 QueueConnection QueueConnectionFactory.createQueueConnection(String userName, String password)
          Creates a queue connection with the specified user identity.
 


JMS 1.1 API 1.0.0.Final

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.