Interface ActiveMQAMQPProtocolMessageBundle
- All Known Implementing Classes:
ActiveMQAMQPProtocolMessageBundle_impl
public interface ActiveMQAMQPProtocolMessageBundle
Logger Codes 119000 - 119999
(Though IDs 119030 - 119299 are to be avoided due to use by other classes historically, ActiveMQClientMessageBundle and ActiveMQMessageBundle, prior to their codes being changed in commit b3529dcea428fa697aacbceacc6641e47cfb74ba for ARTEMIS-1018)
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionaddressDoesntExist(String address) errorAcknowledgingMessage(String messageID, String message) errorCancellingMessage(String messageID, String message) errorCreatingConsumer(String message) errorCreatingTemporaryQueue(String message) errorStartingConsumer(String message) federationControlLinkRefused(String address) invalidAMQPConnectionState(Object state) malformedFederationControlMessage(String address) malformedFederationEventMessage(String message) missingDesiredCapability(String capability) missingOfferedCapability(String capability) receiverLinkRefused(String address) securityErrorCreatingConsumer(String message) securityErrorCreatingProducer(String message) senderLinkRefused(String address) txNotFound(String xidToString)
-
Field Details
-
BUNDLE
-
-
Method Details
-
errorCreatingTemporaryQueue
-
addressDoesntExist
-
errorCreatingConsumer
-
errorStartingConsumer
-
errorAcknowledgingMessage
-
errorCancellingMessage
-
sourceAddressDoesntExist
ActiveMQAMQPNotFoundException sourceAddressDoesntExist() -
sourceAddressNotSet
ActiveMQAMQPInvalidFieldException sourceAddressNotSet() -
txNotFound
-
securityErrorCreatingConsumer
-
securityErrorCreatingTempDestination
-
securityErrorCreatingProducer
-
missingOfferedCapability
-
missingBrokerID
ActiveMQAMQPIllegalStateException missingBrokerID() -
brokerConnectionTimeout
ActiveMQAMQPIllegalStateException brokerConnectionTimeout() -
brokerConnectionRemoteLinkClosed
ActiveMQAMQPIllegalStateException brokerConnectionRemoteLinkClosed() -
brokerConnectionMirrorItself
ActiveMQAMQPIllegalStateException brokerConnectionMirrorItself() -
senderLinkRefused
-
missingDesiredCapability
-
federationControlLinkRefused
-
malformedFederationControlMessage
-
invalidAMQPConnectionState
-
malformedFederationEventMessage
-
receiverLinkRefused
-
securityErrorDeletingTempDestination
-