Interface ActiveMQStompProtocolMessageBundle
- All Known Implementing Classes:
ActiveMQStompProtocolMessageBundle_impl
public interface ActiveMQStompProtocolMessageBundle
Logger Codes 339000 - 339999
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbadCRs()destinationNotExist(String destination) errorAbortTx(String txID, Exception e) errorBeginTx(String txID, Exception e) errorCommitTx(String txID, Exception e) errorCreatingSubscription(String subscriptionID, Exception e) errorSendMessage(Message message, Exception e) errorUnsubscribing(String subscriptionID, Exception e) hostNotMatchDetails(String host) illegalSemantics(String requested, String exists) invalidCommand(String dumpByteArray) invalidFrame(String dumpByteArray) notValidNewLine(byte b) subscriptionIDMismatch(String subscriptionID, String actualID) undefinedEscapeSequence(String sequence) unexpectedNewLine(byte b) unknownCommand(String command) versionNotSupported(String acceptVersion)
-
Field Details
-
BUNDLE
-
-
Method Details
-
negativeConnectionTTL
-
destinationNotExist
-
versionNotSupported
-
nullHostHeader
ActiveMQStompException nullHostHeader() -
hostCannotBeNull
String hostCannotBeNull() -
hostNotMatch
ActiveMQStompException hostNotMatch() -
hostNotMatchDetails
-
connectionDestroyed
ActiveMQStompException connectionDestroyed() -
connectionNotEstablished
ActiveMQStompException connectionNotEstablished() -
errorGetSession
-
invalidConnection
ActiveMQStompException invalidConnection() -
errorSendMessage
-
errorBeginTx
-
errorCommitTx
-
errorAbortTx
-
noDestination
ActiveMQStompException noDestination() -
errorCreatingSubscription
-
errorUnsubscribing
-
errorAck
-
invalidTwoCRs
ActiveMQStompException invalidTwoCRs() -
badCRs
ActiveMQStompException badCRs() -
notValidNewLine
-
unexpectedNewLine
-
invalidCommand
-
invalidFrame
-
failToAckMissingID
-
subscriptionIDMismatch
-
missingClientID
IllegalStateException missingClientID() -
headerTooBig
Exception headerTooBig() -
unknownCommand
-
needTxIDHeader
ActiveMQStompException needTxIDHeader() -
errorHandleSend
-
beginTxNoID
ActiveMQStompException beginTxNoID() -
abortTxNoID
ActiveMQStompException abortTxNoID() -
invalidCall
IllegalStateException invalidCall() -
needIDorDestination
ActiveMQStompException needIDorDestination() -
needSubscriptionID
ActiveMQStompException needSubscriptionID() -
noIDInAck
ActiveMQStompException noIDInAck() -
undefinedEscapeSequence
-
illegalSemantics
-