Interface ActiveMQAMQPProtocolMessageBundle

  • All Known Implementing Classes:
    ActiveMQAMQPProtocolMessageBundle_$bundle

    @MessageBundle(projectCode="AMQ")
    public interface ActiveMQAMQPProtocolMessageBundle
    Logger Code 11

    Each message id must be 6 digits long starting with 11, the 3rd digit should be 9. So the range is from 119000 to 119999.

    Once released, methods should not be deleted as they may be referenced by knowledge base articles. Unused methods should be marked as deprecated.

    • Method Detail

      • errorCreatingTemporaryQueue

        @Message(id=119001,
                 value="error creating temporary queue, {0}",
                 format=MESSAGE_FORMAT)
        ActiveMQAMQPInternalErrorException errorCreatingTemporaryQueue​(java.lang.String message)
      • errorFindingTemporaryQueue

        @Message(id=119003,
                 value="error finding temporary queue, {0}",
                 format=MESSAGE_FORMAT)
        ActiveMQAMQPNotFoundException errorFindingTemporaryQueue​(java.lang.String message)
      • errorCreatingConsumer

        @Message(id=119005,
                 value="error creating consumer, {0}",
                 format=MESSAGE_FORMAT)
        ActiveMQAMQPInternalErrorException errorCreatingConsumer​(java.lang.String message)
      • errorStartingConsumer

        @Message(id=119006,
                 value="error starting consumer, {0}",
                 format=MESSAGE_FORMAT)
        ActiveMQAMQPIllegalStateException errorStartingConsumer​(java.lang.String message)
      • errorAcknowledgingMessage

        @Message(id=119007,
                 value="error acknowledging message {0}, {1}",
                 format=MESSAGE_FORMAT)
        ActiveMQAMQPIllegalStateException errorAcknowledgingMessage​(java.lang.String messageID,
                                                                    java.lang.String message)
      • errorCancellingMessage

        @Message(id=119008,
                 value="error cancelling message {0}, {1}",
                 format=MESSAGE_FORMAT)
        ActiveMQAMQPIllegalStateException errorCancellingMessage​(java.lang.String messageID,
                                                                 java.lang.String message)
      • errorRollingbackCoordinator

        @Message(id=119012,
                 value="error rolling back coordinator: {0}",
                 format=MESSAGE_FORMAT)
        ActiveMQAMQPIllegalStateException errorRollingbackCoordinator​(java.lang.String message)
      • errorCommittingCoordinator

        @Message(id=119013,
                 value="error committing coordinator: {0}",
                 format=MESSAGE_FORMAT)
        ActiveMQAMQPIllegalStateException errorCommittingCoordinator​(java.lang.String message)
      • txNotFound

        @Message(id=119014,
                 value="Transaction not found: xid={0}",
                 format=MESSAGE_FORMAT)
        ActiveMQAMQPIllegalStateException txNotFound​(java.lang.String xidToString)
      • securityErrorCreatingConsumer

        @Message(id=119015,
                 value="not authorized to create consumer, {0}",
                 format=MESSAGE_FORMAT)
        ActiveMQAMQPSecurityException securityErrorCreatingConsumer​(java.lang.String message)
      • securityErrorCreatingTempDestination

        @Message(id=119016,
                 value="not authorized to create temporary destination, {0}",
                 format=MESSAGE_FORMAT)
        ActiveMQAMQPSecurityException securityErrorCreatingTempDestination​(java.lang.String message)
      • securityErrorCreatingProducer

        @Message(id=119017,
                 value="not authorized to create producer, {0}",
                 format=MESSAGE_FORMAT)
        ActiveMQAMQPSecurityException securityErrorCreatingProducer​(java.lang.String message)
      • missingOfferedCapability

        @Message(id=119018,
                 value="link is missing an offered capability declaration {0}",
                 format=MESSAGE_FORMAT)
        ActiveMQAMQPIllegalStateException missingOfferedCapability​(java.lang.String capability)
      • missingBrokerID

        @Message(id=119019,
                 value="There is no brokerID defined on the target connection. Connection will be closed.",
                 format=MESSAGE_FORMAT)
        ActiveMQAMQPIllegalStateException missingBrokerID()
      • brokerConnectionTimeout

        @Message(id=119020,
                 value="The Broker Connection Open Callback Has Timed Out.",
                 format=MESSAGE_FORMAT)
        ActiveMQAMQPIllegalStateException brokerConnectionTimeout()
      • brokerConnectionRemoteLinkClosed

        @Message(id=119021,
                 value="The broker connection had a remote link closed unexpectedly",
                 format=MESSAGE_FORMAT)
        ActiveMQAMQPIllegalStateException brokerConnectionRemoteLinkClosed()
      • brokerConnectionMirrorItself

        @Message(id=119022,
                 value="The broker connection is trying to connect to itself. Check your configuration.",
                 format=MESSAGE_FORMAT)
        ActiveMQAMQPIllegalStateException brokerConnectionMirrorItself()
      • senderLinkRefused

        @Message(id=119023,
                 value="Sender link refused for address {0}",
                 format=MESSAGE_FORMAT)
        ActiveMQAMQPIllegalStateException senderLinkRefused​(java.lang.String address)
      • missingDesiredCapability

        @Message(id=119024,
                 value="link is missing a desired capability declaration {0}",
                 format=MESSAGE_FORMAT)
        ActiveMQAMQPIllegalStateException missingDesiredCapability​(java.lang.String capability)