Interface ActiveMQRALogger

    • Field Detail

      • LOGGER

        static final ActiveMQRALogger LOGGER
        Note this uses ActiveMQRALogger.class.getName() instead of ActiveMQRALogger.class.getPackage().getName() like the other loggers, this is because some Application Servers use introspection to identify properties which can sometimes use a classloader when the rar is uploaded and its possible getpackage() can return null
    • Method Detail

      • awaitingTopicQueueCreation

        void awaitingTopicQueueCreation​(String destination)
      • reconnected

        void reconnected()
      • raStopped

        void raStopped()
      • instantiatingDestination

        void instantiatingDestination​(String destinationType,
                                      String destination)
      • awaitingJMSServerCreation

        void awaitingJMSServerCreation()
      • rebalancingConnections

        void rebalancingConnections​(String event)
      • resourceAdaptorStarted

        void resourceAdaptorStarted()
      • problemResettingXASession

        void problemResettingXASession​(Throwable t)
      • unableToRollbackTX

        void unableToRollbackTX()
      • unableToResetSession

        void unableToResetSession​(String spec,
                                  Exception e)
      • handlingJMSFailure

        void handlingJMSFailure​(Exception e)
      • unableToCallAfterDelivery

        void unableToCallAfterDelivery​(Exception e)
      • threadCouldNotFinish

        void threadCouldNotFinish​(String thread)
      • errorInterruptingHandler

        void errorInterruptingHandler​(String endpoint,
                                      String handler,
                                      Throwable cause)
      • unableToValidateProperties

        void unableToValidateProperties​(Exception e)
      • unableToClearTheTransaction

        void unableToClearTheTransaction​(Exception e)
      • unableToCloseFactory

        void unableToCloseFactory​(Throwable e)
      • errorCreatingReference

        void errorCreatingReference​(Exception e)
      • errorStoppingRA

        void errorStoppingRA​(Exception e)
      • errorDeliveringMessage

        void errorDeliveringMessage​(Throwable t)
      • warnDifferentConnectionfactory

        void warnDifferentConnectionfactory()
      • canNotCreatedNonSharedSubscriber

        jakarta.jms.IllegalStateException canNotCreatedNonSharedSubscriber()
      • invalidAcknowledgementMode

        void invalidAcknowledgementMode​(String mode)
      • invalidNumberOfMaxSession

        void invalidNumberOfMaxSession​(int value,
                                       int defaultValue)
      • unableToRetrieveDestinationName

        void unableToRetrieveDestinationName​(String destinationName,
                                             String name,
                                             String calculatedDestinationName)