Package | Description |
---|---|
org.apache.activemq |
The core JMS client API implementation classes.
|
Modifier and Type | Method and Description |
---|---|
ClientInternalExceptionListener |
ActiveMQConnection.getClientInternalExceptionListener()
Gets the
ClientInternalExceptionListener object for this connection. |
ClientInternalExceptionListener |
ActiveMQConnectionFactory.getClientInternalExceptionListener() |
Modifier and Type | Method and Description |
---|---|
void |
ActiveMQConnection.setClientInternalExceptionListener(ClientInternalExceptionListener listener)
Sets a client internal exception listener for this connection.
|
void |
ActiveMQConnectionFactory.setClientInternalExceptionListener(ClientInternalExceptionListener clientInternalExceptionListener)
Allows an
ClientInternalExceptionListener to be configured on the ConnectionFactory so that when this factory
is used by frameworks which don't expose the Connection such as Spring JmsTemplate, you can register
an exception listener. |
Copyright © 2005–2016 FuseSource, Corp.. All rights reserved.