| Package | Description |
|---|---|
| org.apache.activemq.artemis.protocol.amqp.connect.mirror | |
| 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 | Class and Description |
|---|---|
class |
AMQPMirrorControllerTarget |
| Modifier and Type | Class and Description |
|---|---|
class |
ProtonServerReceiverContext
This is the equivalent for the ServerProducer
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<org.apache.qpid.proton.engine.Receiver,ProtonAbstractReceiver> |
AMQPSessionContext.receivers |
| Modifier and Type | Method and Description |
|---|---|
Map<org.apache.qpid.proton.engine.Receiver,ProtonAbstractReceiver> |
AMQPSessionContext.getReceivers() |
| Modifier and Type | Method and Description |
|---|---|
static Runnable |
ProtonAbstractReceiver.createCreditRunnable(int refill,
int threshold,
org.apache.qpid.proton.engine.Receiver receiver,
AMQPConnectionContext connection,
ProtonAbstractReceiver context)
This Credit Runnable may be used in Mock tests to simulate the credit semantic here
|
Copyright © 2021 The Apache Software Foundation. All rights reserved.