@MessageBundle(projectCode="AMQ")
public interface ActiveMQStompProtocolMessageBundle
Each message id must be 6 digits long starting with 10, the 3rd digit should be 9. So the range is from 339000 to 339999.
Once released, methods should not be deleted as they may be referenced by knowledge base articles. Unused methods should be marked as deprecated.
Modifier and Type | Field and Description |
---|---|
static ActiveMQStompProtocolMessageBundle |
BUNDLE |
static final ActiveMQStompProtocolMessageBundle BUNDLE
@Message(id=339000, value="Stomp Connection TTL cannot be negative: {0}", format=MESSAGE_FORMAT) IllegalStateException negativeConnectionTTL(Long ttl)
@Message(id=339001, value="Destination does not exist: {0}", format=MESSAGE_FORMAT) ActiveMQStompException destinationNotExist(String destination)
@Message(id=339002, value="Stomp versions not supported: {0}", format=MESSAGE_FORMAT) ActiveMQStompException versionNotSupported(String acceptVersion)
@Message(id=339003, value="Header host is null") ActiveMQStompException nullHostHeader()
@Message(id=339004, value="Cannot accept null as host") String hostCannotBeNull()
@Message(id=339005, value="Header host does not match server host") ActiveMQStompException hostNotMatch()
@Message(id=339006, value="host {0} does not match server host name", format=MESSAGE_FORMAT) String hostNotMatchDetails(String host)
@Message(id=339007, value="Connection was destroyed.") ActiveMQStompException connectionDestroyed()
@Message(id=339008, value="Connection has not been established.") ActiveMQStompException connectionNotEstablished()
@Message(id=339009, value="Exception getting session") ActiveMQStompException errorGetSession(@Cause Exception e)
@Message(id=339010, value="Connection is not valid.") ActiveMQStompException invalidConnection()
@Message(id=339011, value="Error sending message {0}", format=MESSAGE_FORMAT) ActiveMQStompException errorSendMessage(ServerMessageImpl message, @Cause Exception e)
@Message(id=339012, value="Error beginning a transaction {0}", format=MESSAGE_FORMAT) ActiveMQStompException errorBeginTx(String txID, @Cause Exception e)
@Message(id=339013, value="Error committing {0}", format=MESSAGE_FORMAT) ActiveMQStompException errorCommitTx(String txID, @Cause Exception e)
@Message(id=339014, value="Error aborting {0}", format=MESSAGE_FORMAT) ActiveMQStompException errorAbortTx(String txID, @Cause Exception e)
@Message(id=339015, value="Client must set destination or id header to a SUBSCRIBE command") ActiveMQStompException noDestination()
@Message(id=339016, value="Error creating subscription {0}", format=MESSAGE_FORMAT) ActiveMQStompException errorCreatSubscription(String subscriptionID, @Cause Exception e)
@Message(id=339017, value="Error unsubscribing {0}", format=MESSAGE_FORMAT) ActiveMQStompException errorUnsubscrib(String subscriptionID, @Cause Exception e)
@Message(id=339018, value="Error acknowledging message {0}", format=MESSAGE_FORMAT) ActiveMQStompException errorAck(String messageID, @Cause Exception e)
@Message(id=339019, value="Invalid char sequence: two consecutive CRs.") ActiveMQStompException invalidTwoCRs()
@Message(id=339020, value="Invalid char sequence: There is a CR not followed by an LF") ActiveMQStompException badCRs()
@Message(id=339021, value="Expect new line char but is {0}", format=MESSAGE_FORMAT) ActiveMQStompException notValidNewLine(byte b)
@Message(id=339022, value="Expect new line char but is {0}", format=MESSAGE_FORMAT) String unexpectedNewLine(byte b)
@Message(id=339023, value="Invalid STOMP frame: {0}", format=MESSAGE_FORMAT) ActiveMQStompException invalidCommand(String dumpByteArray)
@Message(id=339024, value="Invalid STOMP frame: {0}", format=MESSAGE_FORMAT) String invalidFrame(String dumpByteArray)
@Message(id=339025, value="failed to ack because no message with id: {0}", format=MESSAGE_FORMAT) ActiveMQStompException failToAckMissingID(long id)
@Message(id=339026, value="subscription id {0} does not match {1}", format=MESSAGE_FORMAT) ActiveMQStompException subscriptionIDMismatch(String subscriptionID, String actualID)
@Message(id=339027, value="Cannot create a subscriber on the durable subscription if the client-id of the connection is not set") IllegalStateException missingClientID()
@Message(id=339028, value="Message header too big, increase minLargeMessageSize please.") Exception headerTooBig()
@Message(id=339029, value="Unsupported command: {0}", format=MESSAGE_FORMAT) ActiveMQStompException unknownCommand(String command)
@Message(id=339030, value="transaction header is mandatory to COMMIT a transaction") ActiveMQStompException needTxIDHeader()
@Message(id=339031, value="Error handling send") ActiveMQStompException errorHandleSend(@Cause Exception e)
@Message(id=339032, value="Need a transaction id to begin") ActiveMQStompException beginTxNoID()
@Message(id=339033, value="transaction header is mandatory to ABORT a transaction") ActiveMQStompException abortTxNoID()
@Message(id=339034, value="This method should not be called") IllegalStateException invalidCall()
@Message(id=339035, value="Must specify the subscription\'\'s id or the destination you are unsubscribing from") ActiveMQStompException needIDorDestination()
@Message(id=339037, value="Must specify the subscription\'\'s id") ActiveMQStompException needSubscriptionID()
@Message(id=339039, value="No id header in ACK/NACK frame.") ActiveMQStompException noIDInAck()
Copyright © 2016 The Apache Software Foundation. All rights reserved.