| Package | Description |
|---|---|
| org.apache.activemq.artemis.protocol.amqp.broker |
This package includes classes used to interact with the broker.
|
| org.apache.activemq.artemis.protocol.amqp.proton |
This package includes classes used on the interaction with Proton, including Context classes that will be translated
through the model event.
|
| Constructor and Description |
|---|
AMQPSessionCallback(AMQPConnectionCallback protonSPI,
ProtonProtocolManager manager,
AMQPConnectionContext connection,
Connection transportConnection,
Executor executor,
org.apache.activemq.artemis.core.persistence.OperationContext operationContext) |
| Modifier and Type | Field and Description |
|---|---|
protected AMQPConnectionCallback |
AMQPConnectionContext.connectionCallback |
| Constructor and Description |
|---|
AMQPConnectionContext(AMQPConnectionCallback connectionSP,
String containerId,
int idleTimeout,
int maxFrameSize,
int channelMax,
Executor dispatchExecutor,
ScheduledExecutorService scheduledPool) |
Copyright © 2017 The Apache Software Foundation. All Rights Reserved.