| Package | Description |
|---|---|
| org.apache.activemq.artemis.core.protocol.openwire | |
| org.apache.activemq.artemis.core.protocol.openwire.amq |
| Modifier and Type | Method and Description |
|---|---|
AMQSession |
OpenWireConnection.addSession(org.apache.activemq.command.SessionInfo ss) |
AMQSession |
OpenWireConnection.addSession(org.apache.activemq.command.SessionInfo ss,
boolean internal) |
AMQSession |
OpenWireConnection.getAdvisorySession() |
AMQSession |
OpenWireConnection.getSession(org.apache.activemq.command.SessionId sessionId) |
| Modifier and Type | Method and Description |
|---|---|
void |
OpenWireConnection.setAdvisorySession(AMQSession amqSession) |
| Modifier and Type | Field and Description |
|---|---|
protected AMQSession |
AMQConsumerBrokerExchange.amqSession |
| Constructor and Description |
|---|
AMQCompositeConsumerBrokerExchange(AMQSession amqSession,
List<AMQConsumer> consumerList) |
AMQConsumer(AMQSession amqSession,
org.apache.activemq.command.ActiveMQDestination d,
org.apache.activemq.command.ConsumerInfo info,
ScheduledExecutorService scheduledPool,
boolean internalAddress) |
AMQConsumerBrokerExchange(AMQSession amqSession) |
AMQSingleConsumerBrokerExchange(AMQSession amqSession,
AMQConsumer consumer) |
Copyright © 2020 The Apache Software Foundation. All rights reserved.