| 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.client |
This contains a very limited ClientProtocolmanager for AMQP / Proton
Where it only satisfies very basic functionality.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
AMQPSessionCallback |
AMQPConnectionCallback.createSessionCallback(AMQPConnectionContext connection) |
| Constructor and Description |
|---|
ProtonClientSenderContext(AMQPConnectionContext connection,
org.apache.qpid.proton.engine.Sender sender,
AMQPSessionContext amqpSessionContext,
AMQPSessionCallback sessionSPI) |
| Modifier and Type | Field and Description |
|---|---|
protected AMQPSessionCallback |
AMQPSessionContext.sessionSPI |
protected AMQPSessionCallback |
ProtonServerReceiverContext.sessionSPI |
protected AMQPSessionCallback |
ProtonServerSenderContext.sessionSPI |
| Constructor and Description |
|---|
AMQPSessionContext(AMQPSessionCallback sessionSPI,
AMQPConnectionContext connection,
org.apache.qpid.proton.engine.Session session) |
ProtonServerReceiverContext(AMQPSessionCallback sessionSPI,
AMQPConnectionContext connection,
AMQPSessionContext protonSession,
org.apache.qpid.proton.engine.Receiver receiver) |
ProtonServerSenderContext(AMQPConnectionContext connection,
org.apache.qpid.proton.engine.Sender sender,
AMQPSessionContext protonSession,
AMQPSessionCallback server) |
ProtonTransactionHandler(AMQPSessionCallback sessionSPI) |
Copyright © 2017 The Apache Software Foundation. All Rights Reserved.