Interface ActiveMQClientMessageBundle
- All Known Implementing Classes:
ActiveMQClientMessageBundle_impl
public interface ActiveMQClientMessageBundle
Logger Codes 219000 - 219999
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionaddressIsFull(String addressName, int size) attsDontMatch(String name, String value) connectionClosedOnReceiveTopology(DiscoveryGroup discoveryGroup) connectionTimedOut(Connection transportConnection) connectionTimedOutOnReceiveTopology(DiscoveryGroup discoveryGroup) headerSizeTooBig(Integer headerSize) interceptorRejectedPacket(String interceptionResult) invalidEncodeType(Object type) invalidPacket(byte type) invalidType(Object type) invalidWindowSize(Integer size) keystoreAliasNotFound(String keystoreAlias, String keystorePath) mustBeBoolean(Node elem, String value) mustBeDouble(Node elem, String value) mustBeInteger(Node elem, String value) mustBeLong(Node element, String value) noChannelToClose(Long id) timedOutSendingPacket(long timeout, Byte type)
-
Field Details
-
BUNDLE
-
-
Method Details
-
clientSessionClosed
ActiveMQInternalErrorException clientSessionClosed() -
failedToCreateSession
-
queueMisConfigured
ActiveMQInternalErrorException queueMisConfigured() -
failedToInitialiseSessionFactory
-
channelDisconnected
ActiveMQNotConnectedException channelDisconnected() -
cannotConnectToServers
ActiveMQNotConnectedException cannotConnectToServers() -
cannotConnectToStaticConnectors
-
cannotConnectToStaticConnectors2
ActiveMQNotConnectedException cannotConnectToStaticConnectors2() -
connectionDestroyed
ActiveMQNotConnectedException connectionDestroyed() -
connectionTimedOut
-
connectionTimedOutInInitialBroadcast
ActiveMQConnectionTimedOutException connectionTimedOutInInitialBroadcast() -
connectionTimedOutOnReceiveTopology
ActiveMQConnectionTimedOutException connectionTimedOutOnReceiveTopology(DiscoveryGroup discoveryGroup) -
timedOutSendingPacket
-
disconnected
ActiveMQDisconnectedException disconnected() -
unblockingACall
-
consumerClosed
ActiveMQObjectClosedException consumerClosed() -
producerClosed
ActiveMQObjectClosedException producerClosed() -
sessionClosed
ActiveMQObjectClosedException sessionClosed() -
messageHandlerSet
ActiveMQIllegalStateException messageHandlerSet() -
inReceive
ActiveMQIllegalStateException inReceive() -
headerSizeTooBig
-
largeMessageLostSession
ActiveMQIllegalStateException largeMessageLostSession() -
noTCForSessionFactory
ActiveMQIllegalStateException noTCForSessionFactory() -
errorSavingBody
-
errorReadingBody
-
errorClosingLargeMessage
-
timeoutOnLargeMessage
ActiveMQLargeMessageException timeoutOnLargeMessage() -
errorWritingLargeMessage
-
txRolledBack
ActiveMQTransactionRolledBackException txRolledBack() -
txOutcomeUnknown
ActiveMQTransactionOutcomeUnknownException txOutcomeUnknown() -
invalidType
-
invalidEncodeType
-
invalidWindowSize
-
noChannelToClose
-
closeListenerCannotBeNull
IllegalArgumentException closeListenerCannotBeNull() -
failListenerCannotBeNull
IllegalArgumentException failListenerCannotBeNull() -
connectionExists
-
nullListener
IllegalArgumentException nullListener() -
nullHandler
IllegalArgumentException nullHandler() -
firstNodeNull
IllegalArgumentException firstNodeNull() -
secondNodeNull
IllegalArgumentException secondNodeNull() -
nodeHaveDifferentNames
IllegalArgumentException nodeHaveDifferentNames() -
nodeHaveDifferentAttNumber
IllegalArgumentException nodeHaveDifferentAttNumber() -
attsDontMatch
-
oneNodeHasChildren
IllegalArgumentException oneNodeHasChildren() -
nodeHasDifferentChildNumber
IllegalArgumentException nodeHasDifferentChildNumber() -
mustBeBoolean
-
mustBeDouble
-
mustBeInteger
-
mustBeLong
-
errordecodingPassword
-
addressIsFull
-
interceptorRejectedPacket
-
largeMessageInterrupted
ActiveMQLargeMessageInterruptedException largeMessageInterrupted() -
cannotSendPacketDuringFailover
IllegalStateException cannotSendPacketDuringFailover() -
packetTransmissionInterrupted
ActiveMQInterruptedException packetTransmissionInterrupted() -
invalidPacket
-
failedToHandlePacket
-
redirected
ActiveMQRoutingException redirected() -
keystoreAliasNotFound
-
connectionClosedOnReceiveTopology
-
unableToCreateSession
IllegalStateException unableToCreateSession()
-