Interface ActiveMQXARecoveryLogger

  • All Superinterfaces:
    BasicLogger
    All Known Implementing Classes:
    ActiveMQXARecoveryLogger_$logger

    @MessageLogger(projectCode="AMQ")
    public interface ActiveMQXARecoveryLogger
    extends BasicLogger
    Logger Code 17 each message id must be 6 digits long starting with 17, the 3rd digit donates the level so INF0 1 WARN 2 DEBUG 3 ERROR 4 TRACE 5 FATAL 6 so an INFO message would be 171000 to 171999
    • Method Detail

      • serverRunningCachedCommand

        @LogMessage(level=INFO)
        @Message(id=171003,
                 value="JMS Server Manager Running cached command for {0}",
                 format=MESSAGE_FORMAT)
        void serverRunningCachedCommand​(Runnable run)
      • serverCachingCommand

        @LogMessage(level=INFO)
        @Message(id=171004,
                 value="JMS Server Manager Caching command for {0} since the JMS Server is not active.",
                 format=MESSAGE_FORMAT)
        void serverCachingCommand​(Object runnable)
      • invalidHostForConnector

        @LogMessage(level=WARN)
        @Message(id=172005,
                 value="Invalid \"host\" value \"0.0.0.0\" detected for \"{0}\" connector. Switching to \"{1}\". If this new address is incorrect please manually configure the connector to use the proper one.",
                 format=MESSAGE_FORMAT)
        void invalidHostForConnector​(String name,
                                     String newHost)
      • noQueueOnTopic

        @LogMessage(level=WARN)
        @Message(id=172007,
                 value="Queue {0} does not exist on the topic {1}. It was deleted manually probably.",
                 format=MESSAGE_FORMAT)
        void noQueueOnTopic​(String queueName,
                            String name)
      • recoveryConnectFailed

        @LogMessage(level=WARN)
        @Message(id=172008,
                 value="XA Recovery can not connect to any broker on recovery {0}",
                 format=MESSAGE_FORMAT)
        void recoveryConnectFailed​(String s)
      • jndiUnbindError

        @LogMessage(level=WARN)
        @Message(id=172011,
                 value="error unbinding {0} from JNDI",
                 format=MESSAGE_FORMAT)
        void jndiUnbindError​(@Cause
                             Exception e,
                             String key)
      • jmsServerError

        @LogMessage(level=WARN)
        @Message(id=172012,
                 value="JMS Server Manager error",
                 format=MESSAGE_FORMAT)
        void jmsServerError​(@Cause
                            Exception e)
      • xaRecoverError

        @LogMessage(level=WARN)
        @Message(id=172013,
                 value="Error in XA Recovery recover",
                 format=MESSAGE_FORMAT)
        void xaRecoverError​(@Cause
                            Exception e)
      • xaRecoverConnectionError

        @LogMessage(level=WARN)
        @Message(id=172014,
                 value="Notified of connection failure in xa recovery connectionFactory for provider {0} will attempt reconnect on next pass",
                 format=MESSAGE_FORMAT)
        void xaRecoverConnectionError​(@Cause
                                      Exception e,
                                      ClientSessionFactory csf)
      • xaRecoverAutoConnectionError

        @LogMessage(level=WARN)
        @Message(id=172015,
                 value="Can not connect to {0} on auto-generated resource recovery",
                 format=MESSAGE_FORMAT)
        void xaRecoverAutoConnectionError​(@Cause
                                          Throwable e,
                                          XARecoveryConfig csf)
      • xaRecoveryError

        @LogMessage(level=DEBUG)
        @Message(id=172016,
                 value="Error in XA Recovery",
                 format=MESSAGE_FORMAT)
        void xaRecoveryError​(@Cause
                             Exception e)
      • failedToCorrectHost

        @LogMessage(level=WARN)
        @Message(id=172017,
                 value="Tried to correct invalid \"host\" value \"0.0.0.0\" for \"{0}\" connector, but received an exception.",
                 format=MESSAGE_FORMAT)
        void failedToCorrectHost​(@Cause
                                 Exception e,
                                 String name)
      • xaRecoveryStartError

        @LogMessage(level=WARN)
        @Message(id=172018,
                 value="Could not start recovery discovery on {0}, we will retry every recovery scan until the server is available",
                 format=MESSAGE_FORMAT)
        void xaRecoveryStartError​(XARecoveryConfig e)
      • jmsConfigMissingKey

        @LogMessage(level=ERROR)
        @Message(id=174000,
                 value="key attribute missing for JMS configuration {0}",
                 format=MESSAGE_FORMAT)
        void jmsConfigMissingKey​(Node e)
      • jmsDeployerStartError

        @LogMessage(level=ERROR)
        @Message(id=174002,
                 value="Failed to start JMS deployer",
                 format=MESSAGE_FORMAT)
        void jmsDeployerStartError​(@Cause
                                   Exception e)