Interface ActiveMQClientMessageBundle
-
- All Known Implementing Classes:
ActiveMQClientMessageBundle_$bundle
@MessageBundle(projectCode="AMQ") public interface ActiveMQClientMessageBundleLogger Code 21 each message id must be 6 digits long starting with 21, the 3rd digit should be 9 so 219000 to 219999
-
-
Field Summary
Fields Modifier and Type Field Description static ActiveMQClientMessageBundleBUNDLE
-
Method Summary
-
-
-
Field Detail
-
BUNDLE
static final ActiveMQClientMessageBundle BUNDLE
-
-
Method Detail
-
clientSessionClosed
@Message(id=219000, value="ClientSession closed while creating session") ActiveMQInternalErrorException clientSessionClosed()
-
failedToCreateSession
@Message(id=219001, value="Failed to create session") ActiveMQInternalErrorException failedToCreateSession(@Cause Throwable t)
-
queueMisConfigured
@Message(id=219003, value="Queue can not be both durable and temporary") ActiveMQInternalErrorException queueMisConfigured()
-
failedToInitialiseSessionFactory
@Message(id=219004, value="Failed to initialise session factory") ActiveMQInternalErrorException failedToInitialiseSessionFactory(@Cause Exception e)
-
nettyError
@Message(id=219005, value="Exception in Netty transport") ActiveMQInternalErrorException nettyError()
-
channelDisconnected
@Message(id=219006, value="Channel disconnected") ActiveMQNotConnectedException channelDisconnected()
-
cannotConnectToServers
@Message(id=219007, value="Cannot connect to server(s). Tried with all available servers.") ActiveMQNotConnectedException cannotConnectToServers()
-
cannotConnectToStaticConnectors
@Message(id=219008, value="Failed to connect to any static connectors") ActiveMQNotConnectedException cannotConnectToStaticConnectors(@Cause Exception e)
-
cannotConnectToStaticConnectors2
@Message(id=219009, value="Failed to connect to any static connectors") ActiveMQNotConnectedException cannotConnectToStaticConnectors2()
-
connectionDestroyed
@Message(id=219010, value="Connection is destroyed") ActiveMQNotConnectedException connectionDestroyed()
-
connectionTimedOut
@Message(id=219011, value="Did not receive data from server for {0}", format=MESSAGE_FORMAT) ActiveMQConnectionTimedOutException connectionTimedOut(Connection transportConnection)
-
connectionTimedOutInInitialBroadcast
@Message(id=219012, value="Timed out waiting to receive initial broadcast from cluster") ActiveMQConnectionTimedOutException connectionTimedOutInInitialBroadcast()
-
connectionTimedOutOnReceiveTopology
@Message(id=219013, value="Timed out waiting to receive cluster topology. Group:{0}", format=MESSAGE_FORMAT) ActiveMQConnectionTimedOutException connectionTimedOutOnReceiveTopology(DiscoveryGroup discoveryGroup)
-
timedOutSendingPacket
@Message(id=219014, value="Timed out after waiting {0} ms for response when sending packet {1}", format=MESSAGE_FORMAT) ActiveMQConnectionTimedOutException timedOutSendingPacket(long timeout, Byte type)
-
disconnected
@Message(id=219015, value="The connection was disconnected because of server shutdown") ActiveMQDisconnectedException disconnected()
-
unblockingACall
@Message(id=219016, value="Connection failure detected. Unblocking a blocking call that will never get a response") ActiveMQUnBlockedException unblockingACall(@Cause Throwable t)
-
consumerClosed
@Message(id=219017, value="Consumer is closed") ActiveMQObjectClosedException consumerClosed()
-
producerClosed
@Message(id=219018, value="Producer is closed") ActiveMQObjectClosedException producerClosed()
-
sessionClosed
@Message(id=219019, value="Session is closed") ActiveMQObjectClosedException sessionClosed()
-
messageHandlerSet
@Message(id=219020, value="Cannot call receive(...) - a MessageHandler is set") ActiveMQIllegalStateException messageHandlerSet()
-
inReceive
@Message(id=219021, value="Cannot set MessageHandler - consumer is in receive(...)") ActiveMQIllegalStateException inReceive()
-
headerSizeTooBig
@Message(id=219022, value="Header size ({0}) is too big, use the messageBody for large data, or increase minLargeMessageSize", format=MESSAGE_FORMAT) ActiveMQIllegalStateException headerSizeTooBig(Integer headerSize)
-
largeMessageLostSession
@Message(id=219023, value="The large message lost connection with its session, either because of a rollback or a closed session") ActiveMQIllegalStateException largeMessageLostSession()
-
noTCForSessionFactory
@Message(id=219024, value="Could not select a TransportConfiguration to create SessionFactory") ActiveMQIllegalStateException noTCForSessionFactory()
-
errorSavingBody
@Message(id=219025, value="Error saving the message body") ActiveMQLargeMessageException errorSavingBody(@Cause Exception e)
-
errorReadingBody
@Message(id=219026, value="Error reading the LargeMessageBody") ActiveMQLargeMessageException errorReadingBody(@Cause Exception e)
-
errorClosingLargeMessage
@Message(id=219027, value="Error closing stream from LargeMessageBody") ActiveMQLargeMessageException errorClosingLargeMessage(@Cause Exception e)
-
timeoutOnLargeMessage
@Message(id=219028, value="Timeout waiting for LargeMessage Body") ActiveMQLargeMessageException timeoutOnLargeMessage()
-
errorWritingLargeMessage
@Message(id=219029, value="Error writing body of message") ActiveMQLargeMessageException errorWritingLargeMessage(@Cause Exception e)
-
txRolledBack
@Message(id=219030, value="The transaction was rolled back on failover to a backup server") ActiveMQTransactionRolledBackException txRolledBack()
-
txOutcomeUnknown
@Message(id=219031, value="The transaction was rolled back on failover however commit may have been successful") ActiveMQTransactionOutcomeUnknownException txOutcomeUnknown()
-
invalidType
@Message(id=219032, value="Invalid type: {0}", format=MESSAGE_FORMAT) IllegalArgumentException invalidType(Object type)
-
invalidEncodeType
@Message(id=219033, value="Invalid type: {0}", format=MESSAGE_FORMAT) IllegalArgumentException invalidEncodeType(Object type)
-
invalidManagementParam
@Message(id=219034, value="Params for management operations must be of the following type: int long double String boolean Map or array thereof but found {0}", format=MESSAGE_FORMAT) IllegalArgumentException invalidManagementParam(Object type)
-
invalidWindowSize
@Message(id=219035, value="Invalid window size {0}", format=MESSAGE_FORMAT) IllegalArgumentException invalidWindowSize(Integer size)
-
invalidCommandID
@Message(id=219037, value="Invalid last Received Command ID: {0}", format=MESSAGE_FORMAT) IllegalArgumentException invalidCommandID(Integer lastReceivedCommandID)
-
noChannelToClose
@Message(id=219038, value="Cannot find channel with id {0} to close", format=MESSAGE_FORMAT) IllegalArgumentException noChannelToClose(Long id)
-
closeListenerCannotBeNull
@Message(id=219039, value="Close Listener cannot be null") IllegalArgumentException closeListenerCannotBeNull()
-
failListenerCannotBeNull
@Message(id=219040, value="Fail Listener cannot be null") IllegalArgumentException failListenerCannotBeNull()
-
connectionExists
@Message(id=219041, value="Connection already exists with id {0}", format=MESSAGE_FORMAT) IllegalArgumentException connectionExists(Object id)
-
nullListener
@Message(id=219042, value="Invalid argument null listener") IllegalArgumentException nullListener()
-
nullHandler
@Message(id=219043, value="Invalid argument null handler") IllegalArgumentException nullHandler()
-
firstNodeNull
@Message(id=219045, value="the first node to be compared is null") IllegalArgumentException firstNodeNull()
-
secondNodeNull
@Message(id=219046, value="the second node to be compared is null") IllegalArgumentException secondNodeNull()
-
nodeHaveDifferentNames
@Message(id=219047, value="nodes have different node names") IllegalArgumentException nodeHaveDifferentNames()
-
nodeHaveDifferentAttNumber
@Message(id=219048, value="nodes have a different number of attributes") IllegalArgumentException nodeHaveDifferentAttNumber()
-
attsDontMatch
@Message(id=219049, value="attribute {0}={1} does not match", format=MESSAGE_FORMAT) IllegalArgumentException attsDontMatch(String name, String value)
-
oneNodeHasChildren
@Message(id=219050, value="one node has children and the other does not") IllegalArgumentException oneNodeHasChildren()
-
nodeHasDifferentChildNumber
@Message(id=219051, value="nodes have a different number of children") IllegalArgumentException nodeHasDifferentChildNumber()
-
mustBeBoolean
@Message(id=219052, value="Element {0} requires a valid Boolean value, but \'\'{1}\'\' cannot be parsed as a Boolean", format=MESSAGE_FORMAT) IllegalArgumentException mustBeBoolean(Node elem, String value)
-
mustBeDouble
@Message(id=219053, value="Element {0} requires a valid Double value, but \'\'{1}\'\' cannot be parsed as a Double", format=MESSAGE_FORMAT) IllegalArgumentException mustBeDouble(Node elem, String value)
-
mustBeInteger
@Message(id=219054, value="Element {0} requires a valid Integer value, but \'\'{1}\'\' cannot be parsed as an Integer", format=MESSAGE_FORMAT) IllegalArgumentException mustBeInteger(Node elem, String value)
-
mustBeLong
@Message(id=219055, value="Element {0} requires a valid Long value, but \'\'{1}\'\' cannot be parsed as a Long", format=MESSAGE_FORMAT) IllegalArgumentException mustBeLong(Node element, String value)
-
errordecodingPassword
@Message(id=219057, value="Error decoding password") IllegalArgumentException errordecodingPassword(@Cause Exception e)
-
addressIsFull
@Message(id=219058, value="Address \"{0}\" is full. Message encode size = {1}B", format=MESSAGE_FORMAT) ActiveMQAddressFullException addressIsFull(String addressName, int size)
-
interceptorRejectedPacket
@Message(id=219059, value="Interceptor {0} rejected packet in a blocking call. This call will never complete.", format=MESSAGE_FORMAT) ActiveMQInterceptorRejectedPacketException interceptorRejectedPacket(String interceptionResult)
-
largeMessageInterrupted
@Message(id=219060, value="Large Message Transmission interrupted on consumer shutdown.") ActiveMQLargeMessageInterruptedException largeMessageInterrupted()
-
cannotSendPacketDuringFailover
@Message(id=219061, value="Cannot send a packet while channel is failing over.") IllegalStateException cannotSendPacketDuringFailover()
-
packetTransmissionInterrupted
@Message(id=219062, value="Multi-packet transmission (e.g. Large Messages) interrupted because of a reconnection.") ActiveMQInterruptedException packetTransmissionInterrupted()
-
cannotSendPacketWhilstResponseCacheFull
@Message(id=219063, value="Cannot send a packet while response cache is full.") IllegalStateException cannotSendPacketWhilstResponseCacheFull()
-
invalidPacket
@Message(id=219064, value="Invalide packet: {0}", format=MESSAGE_FORMAT) IllegalStateException invalidPacket(byte type)
-
failedToHandlePacket
@Message(id=219065, value="Failed to handle packet.") RuntimeException failedToHandlePacket(@Cause Exception e)
-
redirected
@Message(id=219066, value="The connection was redirected") ActiveMQRoutingException redirected()
-
-