| 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.
|
| org.apache.activemq.artemis.protocol.amqp.proton.transaction |
| Modifier and Type | Method and Description |
|---|---|
Object |
AMQPSessionCallback.createSender(ProtonServerSenderContext protonSender,
SimpleString queue,
String filter,
boolean browserOnly) |
| Modifier and Type | Class and Description |
|---|---|
class |
ProtonClientSenderContext
TODO: Merge
ProtonServerSenderContext and ProtonClientSenderContext once we support 'global' link names. |
| Modifier and Type | Field and Description |
|---|---|
protected Map<org.apache.qpid.proton.engine.Sender,ProtonServerSenderContext> |
AMQPSessionContext.senders |
protected Map<Object,ProtonServerSenderContext> |
AMQPSessionContext.serverSenders |
| Modifier and Type | Method and Description |
|---|---|
ProtonServerSenderContext |
ProtonServerSenderContext.setBeforeDelivery(Consumer<? super MessageReference> beforeDelivery) |
| Modifier and Type | Method and Description |
|---|---|
void |
AMQPSessionContext.addSender(org.apache.qpid.proton.engine.Sender sender,
ProtonServerSenderContext protonSender) |
Consumer |
SenderController.init(ProtonServerSenderContext senderContext) |
| Modifier and Type | Method and Description |
|---|---|
Map<MessageReference,Pair<org.apache.qpid.proton.engine.Delivery,ProtonServerSenderContext>> |
ProtonTransactionImpl.getDeliveries() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProtonTransactionImpl.addDelivery(org.apache.qpid.proton.engine.Delivery delivery,
ProtonServerSenderContext context) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.