Package org.apache.activemq.artemis.ra
Interface ActiveMQRALogger
- All Known Implementing Classes:
ActiveMQRALogger_impl
public interface ActiveMQRALogger
Logger Codes 150000 - 158999
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ActiveMQRALoggerNote 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
Modifier and TypeMethodDescriptionvoidvoidvoidawaitingTopicQueueCreation(String destination) voidvoidvoiderrorInterruptingHandler(String endpoint, String handler, Throwable cause) voidvoidvoidvoidvoidinstantiatingDestination(String destinationType, String destination) voidvoidinvalidNumberOfMaxSession(int value, int defaultValue) voidvoidvoidrebalancingConnections(String event) voidvoidvoidthreadCouldNotFinish(String thread) voidvoidvoidvoidunableToResetSession(String spec, Exception e) voidunableToRetrieveDestinationName(String destinationName, String name, String calculatedDestinationName) voidvoidvoid
-
Field Details
-
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
-
attemptingReconnect
-
reconnected
void reconnected() -
raStopped
void raStopped() -
instantiatingDestination
-
awaitingJMSServerCreation
void awaitingJMSServerCreation() -
rebalancingConnections
-
resourceAdaptorStarted
void resourceAdaptorStarted() -
problemResettingXASession
-
unableToRollbackTX
void unableToRollbackTX() -
unableToResetSession
-
handlingJMSFailure
-
failureInActivation
-
unableToCallAfterDelivery
-
threadCouldNotFinish
-
errorInterruptingHandler
-
unableToValidateProperties
-
unableToClearTheTransaction
-
unableToCloseFactory
-
errorCreatingReference
-
errorStoppingRA
-
errorReconnecting
-
errorDeliveringMessage
-
warnDifferentConnectionfactory
void warnDifferentConnectionfactory() -
invalidAcknowledgementMode
-
invalidNumberOfMaxSession
void invalidNumberOfMaxSession(int value, int defaultValue) -
unableToRetrieveDestinationName
-