Package | Description |
---|---|
org.apache.activemq |
The core JMS client API implementation classes.
|
Modifier and Type | Method and Description |
---|---|
ClientInternalExceptionListener |
ActiveMQConnectionFactory.getClientInternalExceptionListener() |
ClientInternalExceptionListener |
ActiveMQConnection.getClientInternalExceptionListener()
Gets the
ClientInternalExceptionListener object for this connection. |
Modifier and Type | Method and Description |
---|---|
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. |
void |
ActiveMQConnection.setClientInternalExceptionListener(ClientInternalExceptionListener listener)
Sets a client internal exception listener for this connection.
|
Copyright © 2005–2016. All rights reserved.