Interface ActiveMQRALogger

All Known Implementing Classes:
ActiveMQRALogger_impl

public interface ActiveMQRALogger
Logger Codes 150000 - 158999
  • Field Details

    • 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 Details

    • awaitingTopicQueueCreation

      void awaitingTopicQueueCreation(String destination)
    • attemptingReconnect

      void attemptingReconnect(ActiveMQActivationSpec spec)
    • 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)
    • failureInActivation

      void failureInActivation(ActiveMQActivationSpec spec, Throwable t)
    • 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)
    • errorReconnecting

      void errorReconnecting(ActiveMQActivationSpec spec, Throwable t)
    • errorDeliveringMessage

      void errorDeliveringMessage(Throwable t)
    • warnDifferentConnectionfactory

      void warnDifferentConnectionfactory()
    • canNotCreatedNonSharedSubscriber

      IllegalStateException canNotCreatedNonSharedSubscriber()
    • invalidAcknowledgementMode

      void invalidAcknowledgementMode(String mode)
    • invalidNumberOfMaxSession

      void invalidNumberOfMaxSession(int value, int defaultValue)
    • unableToRetrieveDestinationName

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