Uses of Class
org.apache.activemq.artemis.protocol.amqp.exceptions.ActiveMQAMQPIllegalStateException
Packages that use ActiveMQAMQPIllegalStateException
Package
Description
This package will include classes used to make convertions between Artemis and AMQP.
This package includes classes used on the interaction with Proton, including Context classes that will be translated
through the model event.
-
Uses of ActiveMQAMQPIllegalStateException in org.apache.activemq.artemis.protocol.amqp.converter
Methods in org.apache.activemq.artemis.protocol.amqp.converter that throw ActiveMQAMQPIllegalStateExceptionModifier and TypeMethodDescriptionAMQPMessageIdHelper.toIdObject(String origId) Takes the provided id string and return the appropriate amqp messageId style object. -
Uses of ActiveMQAMQPIllegalStateException in org.apache.activemq.artemis.protocol.amqp.logger
Methods in org.apache.activemq.artemis.protocol.amqp.logger that return ActiveMQAMQPIllegalStateExceptionModifier and TypeMethodDescriptionActiveMQAMQPProtocolMessageBundle_impl.brokerConnectionMirrorItself()ActiveMQAMQPProtocolMessageBundle.brokerConnectionMirrorItself()ActiveMQAMQPProtocolMessageBundle_impl.brokerConnectionRemoteLinkClosed()ActiveMQAMQPProtocolMessageBundle.brokerConnectionRemoteLinkClosed()ActiveMQAMQPProtocolMessageBundle_impl.brokerConnectionTimeout()ActiveMQAMQPProtocolMessageBundle.brokerConnectionTimeout()ActiveMQAMQPProtocolMessageBundle_impl.errorAcknowledgingMessage(String messageID, String message) ActiveMQAMQPProtocolMessageBundle.errorAcknowledgingMessage(String messageID, String message) ActiveMQAMQPProtocolMessageBundle_impl.errorCancellingMessage(String messageID, String message) ActiveMQAMQPProtocolMessageBundle.errorCancellingMessage(String messageID, String message) ActiveMQAMQPProtocolMessageBundle_impl.errorStartingConsumer(String message) ActiveMQAMQPProtocolMessageBundle.errorStartingConsumer(String message) ActiveMQAMQPProtocolMessageBundle_impl.federationControlLinkRefused(String address) ActiveMQAMQPProtocolMessageBundle.federationControlLinkRefused(String address) ActiveMQAMQPProtocolMessageBundle_impl.missingBrokerID()ActiveMQAMQPProtocolMessageBundle.missingBrokerID()ActiveMQAMQPProtocolMessageBundle_impl.missingDesiredCapability(String capability) ActiveMQAMQPProtocolMessageBundle.missingDesiredCapability(String capability) ActiveMQAMQPProtocolMessageBundle_impl.missingOfferedCapability(String capability) ActiveMQAMQPProtocolMessageBundle.missingOfferedCapability(String capability) ActiveMQAMQPProtocolMessageBundle_impl.receiverLinkRefused(String address) ActiveMQAMQPProtocolMessageBundle.receiverLinkRefused(String address) ActiveMQAMQPProtocolMessageBundle_impl.senderLinkRefused(String address) ActiveMQAMQPProtocolMessageBundle.senderLinkRefused(String address) ActiveMQAMQPProtocolMessageBundle_impl.txNotFound(String xidToString) ActiveMQAMQPProtocolMessageBundle.txNotFound(String xidToString) -
Uses of ActiveMQAMQPIllegalStateException in org.apache.activemq.artemis.protocol.amqp.proton
Methods in org.apache.activemq.artemis.protocol.amqp.proton that throw ActiveMQAMQPIllegalStateException