| 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AMQPSessionCallback.serverSend(ProtonServerReceiverContext context,
org.apache.activemq.artemis.core.transaction.Transaction transaction,
org.apache.qpid.proton.engine.Receiver receiver,
org.apache.qpid.proton.engine.Delivery delivery,
SimpleString address,
RoutingContext routingContext,
AMQPMessage message) |
| Modifier and Type | Field and Description |
|---|---|
protected Map<org.apache.qpid.proton.engine.Receiver,ProtonServerReceiverContext> |
AMQPSessionContext.receivers |
| Modifier and Type | Method and Description |
|---|---|
static Runnable |
ProtonServerReceiverContext.createCreditRunnable(int refill,
int threshold,
org.apache.qpid.proton.engine.Receiver receiver,
AMQPConnectionContext connection,
ProtonServerReceiverContext context)
This Credit Runnable may be used in Mock tests to simulate the credit semantic here
|
Copyright © 2020 The Apache Software Foundation. All Rights Reserved.