Interface ActiveMQAMQPProtocolMessageBundle
-
- All Known Implementing Classes:
ActiveMQAMQPProtocolMessageBundle_impl
public interface ActiveMQAMQPProtocolMessageBundleLogger Code 11
-
-
Field Summary
Fields Modifier and Type Field Description static ActiveMQAMQPProtocolMessageBundleBUNDLE
-
Method Summary
-
-
-
Field Detail
-
BUNDLE
static final ActiveMQAMQPProtocolMessageBundle BUNDLE
-
-
Method Detail
-
targetAddressNotSet
ActiveMQAMQPInvalidFieldException targetAddressNotSet()
-
errorCreatingTemporaryQueue
ActiveMQAMQPInternalErrorException errorCreatingTemporaryQueue(String message)
-
addressDoesntExist
ActiveMQAMQPNotFoundException addressDoesntExist()
-
errorFindingTemporaryQueue
ActiveMQAMQPNotFoundException errorFindingTemporaryQueue(String message)
-
errorCreatingConsumer
ActiveMQAMQPInternalErrorException errorCreatingConsumer(String message)
-
errorStartingConsumer
ActiveMQAMQPIllegalStateException errorStartingConsumer(String message)
-
errorAcknowledgingMessage
ActiveMQAMQPIllegalStateException errorAcknowledgingMessage(String messageID, String message)
-
errorCancellingMessage
ActiveMQAMQPIllegalStateException errorCancellingMessage(String messageID, String message)
-
sourceAddressDoesntExist
ActiveMQAMQPNotFoundException sourceAddressDoesntExist()
-
sourceAddressNotSet
ActiveMQAMQPInvalidFieldException sourceAddressNotSet()
-
errorRollingbackCoordinator
ActiveMQAMQPIllegalStateException errorRollingbackCoordinator(String message)
-
errorCommittingCoordinator
ActiveMQAMQPIllegalStateException errorCommittingCoordinator(String message)
-
txNotFound
ActiveMQAMQPIllegalStateException txNotFound(String xidToString)
-
securityErrorCreatingConsumer
ActiveMQAMQPSecurityException securityErrorCreatingConsumer(String message)
-
securityErrorCreatingTempDestination
ActiveMQAMQPSecurityException securityErrorCreatingTempDestination(String message)
-
securityErrorCreatingProducer
ActiveMQAMQPSecurityException securityErrorCreatingProducer(String message)
-
missingOfferedCapability
ActiveMQAMQPIllegalStateException missingOfferedCapability(String capability)
-
missingBrokerID
ActiveMQAMQPIllegalStateException missingBrokerID()
-
brokerConnectionTimeout
ActiveMQAMQPIllegalStateException brokerConnectionTimeout()
-
brokerConnectionRemoteLinkClosed
ActiveMQAMQPIllegalStateException brokerConnectionRemoteLinkClosed()
-
brokerConnectionMirrorItself
ActiveMQAMQPIllegalStateException brokerConnectionMirrorItself()
-
senderLinkRefused
ActiveMQAMQPIllegalStateException senderLinkRefused(String address)
-
missingDesiredCapability
ActiveMQAMQPIllegalStateException missingDesiredCapability(String capability)
-
-