| 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.exceptions | |
| 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 |
|---|---|
org.apache.activemq.artemis.core.transaction.Transaction |
AMQPConnectionCallback.getTransaction(org.apache.qpid.proton.amqp.Binary txid,
boolean remove) |
org.apache.activemq.artemis.core.transaction.Transaction |
AMQPSessionCallback.getTransaction(org.apache.qpid.proton.amqp.Binary txid,
boolean remove) |
| Modifier and Type | Class and Description |
|---|---|
class |
ActiveMQAMQPIllegalStateException |
class |
ActiveMQAMQPInternalErrorException |
class |
ActiveMQAMQPInvalidContentTypeException |
class |
ActiveMQAMQPInvalidFieldException |
class |
ActiveMQAMQPNotFoundException |
class |
ActiveMQAMQPNotImplementedException |
class |
ActiveMQAMQPResourceLimitExceededException |
class |
ActiveMQAMQPSecurityException |
class |
ActiveMQAMQPTimeoutException |
| Modifier and Type | Method and Description |
|---|---|
void |
ProtonServerReceiverContext.close(boolean remoteLinkClose) |
void |
ProtonServerSenderContext.close(boolean remoteLinkClose) |
void |
ProtonDeliveryHandler.close(boolean remoteLinkClose) |
void |
ProtonAbstractReceiver.close(boolean remoteLinkClose) |
void |
ProtonServerSenderContext.close(org.apache.qpid.proton.amqp.transport.ErrorCondition condition) |
void |
ProtonDeliveryHandler.close(org.apache.qpid.proton.amqp.transport.ErrorCondition condition) |
void |
ProtonAbstractReceiver.close(org.apache.qpid.proton.amqp.transport.ErrorCondition condition) |
AMQPSessionContext |
AMQPConnectionContext.getSessionExtension(org.apache.qpid.proton.engine.Session realSession) |
protected AMQPSessionContext |
AMQPConnectionContext.newSessionExtension(org.apache.qpid.proton.engine.Session realSession) |
void |
ProtonServerSenderContext.onMessage(org.apache.qpid.proton.engine.Delivery delivery) |
void |
ProtonDeliveryHandler.onMessage(org.apache.qpid.proton.engine.Delivery delivery) |
void |
ProtonAbstractReceiver.onMessage(org.apache.qpid.proton.engine.Delivery delivery) |
void |
AMQPSessionContext.removeSender(org.apache.qpid.proton.engine.Sender sender) |
void |
ProtonServerSenderContext.start() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProtonTransactionHandler.close(boolean linkRemoteClose) |
void |
ProtonTransactionHandler.close(org.apache.qpid.proton.amqp.transport.ErrorCondition condition) |
void |
ProtonTransactionHandler.onMessage(org.apache.qpid.proton.engine.Delivery delivery) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.