当前页面:
在线文档首页 >
JBoss 3.2.7 j2ee API Documentation 英文版文档
QueueConnection (JBoss J2EE API) - JBoss 3.2.7 j2ee API Documentation 英文版文档
javax.jms
Interface QueueConnection
- All Superinterfaces:
- Connection
- All Known Subinterfaces:
- XAQueueConnection
- public interface QueueConnection
- extends Connection
- Version:
- $Revision: 1.1 $
- Author:
- Chris Kimpton (chris@kimptoc.net)
createQueueSession
public QueueSession createQueueSession(boolean transacted,
int acknowledgeMode)
throws JMSException
- Throws:
JMSException
createConnectionConsumer
public ConnectionConsumer createConnectionConsumer(Queue queue,
String messageSelector,
ServerSessionPool sessionPool,
int maxMessages)
throws JMSException
- Throws:
JMSException
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.