Package org.apache.activemq.artemis.ra
Interface ActiveMQRALogger
-
- All Known Implementing Classes:
ActiveMQRALogger_impl
public interface ActiveMQRALoggerLogger Code 15
-
-
Field Summary
Fields Modifier and Type Field Description static ActiveMQRALoggerLOGGERNote 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 Summary
-
-
-
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)
-
attemptingReconnect
void attemptingReconnect(ActiveMQActivationSpec spec)
-
reconnected
void reconnected()
-
raStopped
void raStopped()
-
awaitingJMSServerCreation
void awaitingJMSServerCreation()
-
rebalancingConnections
void rebalancingConnections(String event)
-
resourceAdaptorStarted
void resourceAdaptorStarted()
-
problemResettingXASession
void problemResettingXASession(Throwable t)
-
unableToRollbackTX
void unableToRollbackTX()
-
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
javax.jms.IllegalStateException canNotCreatedNonSharedSubscriber()
-
invalidAcknowledgementMode
void invalidAcknowledgementMode(String mode)
-
invalidNumberOfMaxSession
void invalidNumberOfMaxSession(int value, int defaultValue)
-
-