Uses of Interface
org.apache.activemq.ClientInternalExceptionListener
Packages that use ClientInternalExceptionListener
-
Uses of ClientInternalExceptionListener in org.apache.activemq
Methods in org.apache.activemq that return ClientInternalExceptionListenerModifier and TypeMethodDescriptionActiveMQConnection.getClientInternalExceptionListener()Gets theClientInternalExceptionListenerobject for this connection.ActiveMQConnectionFactory.getClientInternalExceptionListener()Methods in org.apache.activemq with parameters of type ClientInternalExceptionListenerModifier and TypeMethodDescriptionvoidActiveMQConnection.setClientInternalExceptionListener(ClientInternalExceptionListener listener) Sets a client internal exception listener for this connection.voidActiveMQConnectionFactory.setClientInternalExceptionListener(ClientInternalExceptionListener clientInternalExceptionListener) Allows anClientInternalExceptionListenerto 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.