Package | Description |
---|---|
org.apache.qpid.client | |
org.apache.qpid.jms |
Modifier and Type | Method and Description |
---|---|
Session |
AMQConnection.createSession(boolean transacted,
int acknowledgeMode) |
Session |
AMQConnection.createSession(boolean transacted,
int acknowledgeMode,
int prefetch) |
Session |
AMQConnectionDelegate_8_0.createSession(boolean transacted,
int acknowledgeMode,
int prefetch) |
Session |
AMQConnectionDelegate.createSession(boolean transacted,
int acknowledgeMode,
int prefetchHigh,
int prefetchLow) |
Session |
AMQConnectionDelegate_0_10.createSession(boolean transacted,
int acknowledgeMode,
int prefetchHigh,
int prefetchLow)
create a Session and start it if required.
|
Session |
AMQConnection.createSession(boolean transacted,
int acknowledgeMode,
int prefetchHigh,
int prefetchLow) |
Session |
AMQConnectionDelegate_8_0.createSession(boolean transacted,
int acknowledgeMode,
int prefetchHigh,
int prefetchLow) |
Modifier and Type | Method and Description |
---|---|
Session |
Connection.createSession(boolean transacted,
int acknowledgeMode,
int prefetch)
Create a session specifying the prefetch limit of messages.
|
Session |
Connection.createSession(boolean transacted,
int acknowledgeMode,
int prefetchHigh,
int prefetchLow)
Create a session specifying the prefetch limit of messages.
|
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.