Uses of Class
org.apache.activemq.artemis.protocol.amqp.exceptions.ActiveMQAMQPException
-
Packages that use ActiveMQAMQPException 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 -
-
Uses of ActiveMQAMQPException in org.apache.activemq.artemis.protocol.amqp.broker
Methods in org.apache.activemq.artemis.protocol.amqp.broker that throw ActiveMQAMQPException Modifier and Type Method Description org.apache.activemq.artemis.core.transaction.TransactionAMQPConnectionCallback. getTransaction(org.apache.qpid.proton.amqp.Binary txid, boolean remove)org.apache.activemq.artemis.core.transaction.TransactionAMQPSessionCallback. getTransaction(org.apache.qpid.proton.amqp.Binary txid, boolean remove) -
Uses of ActiveMQAMQPException in org.apache.activemq.artemis.protocol.amqp.exceptions
Subclasses of ActiveMQAMQPException in org.apache.activemq.artemis.protocol.amqp.exceptions Modifier and Type Class Description classActiveMQAMQPIllegalStateExceptionclassActiveMQAMQPInternalErrorExceptionclassActiveMQAMQPInvalidContentTypeExceptionclassActiveMQAMQPInvalidFieldExceptionclassActiveMQAMQPNotFoundExceptionclassActiveMQAMQPNotImplementedExceptionclassActiveMQAMQPResourceLimitExceededExceptionclassActiveMQAMQPSecurityExceptionclassActiveMQAMQPTimeoutException -
Uses of ActiveMQAMQPException in org.apache.activemq.artemis.protocol.amqp.proton
Methods in org.apache.activemq.artemis.protocol.amqp.proton that throw ActiveMQAMQPException Modifier and Type Method Description voidProtonAbstractReceiver. close(boolean remoteLinkClose)voidProtonAbstractReceiver. close(org.apache.qpid.proton.amqp.transport.ErrorCondition condition)voidProtonDeliveryHandler. close(boolean remoteLinkClose)voidProtonDeliveryHandler. close(org.apache.qpid.proton.amqp.transport.ErrorCondition condition)voidProtonServerReceiverContext. close(boolean remoteLinkClose)voidProtonServerSenderContext. close(boolean remoteLinkClose)voidProtonServerSenderContext. close(org.apache.qpid.proton.amqp.transport.ErrorCondition condition)AMQPSessionContextAMQPConnectionContext. getSessionExtension(org.apache.qpid.proton.engine.Session realSession)protected AMQPSessionContextAMQPConnectionContext. newSessionExtension(org.apache.qpid.proton.engine.Session realSession)voidProtonAbstractReceiver. onMessage(org.apache.qpid.proton.engine.Delivery delivery)voidProtonDeliveryHandler. onMessage(org.apache.qpid.proton.engine.Delivery delivery)voidProtonServerSenderContext. onMessage(org.apache.qpid.proton.engine.Delivery delivery)voidAMQPSessionContext. removeSender(org.apache.qpid.proton.engine.Sender sender)voidProtonServerSenderContext. start() -
Uses of ActiveMQAMQPException in org.apache.activemq.artemis.protocol.amqp.proton.transaction
Methods in org.apache.activemq.artemis.protocol.amqp.proton.transaction that throw ActiveMQAMQPException Modifier and Type Method Description voidProtonTransactionHandler. close(boolean linkRemoteClose)voidProtonTransactionHandler. close(org.apache.qpid.proton.amqp.transport.ErrorCondition condition)voidProtonTransactionHandler. onMessage(org.apache.qpid.proton.engine.Delivery delivery)
-