Uses of Interface
org.apache.activemq.ClientInternalExceptionListener
-
Packages that use ClientInternalExceptionListener Package Description org.apache.activemq The core JMS client API implementation classes. -
-
Uses of ClientInternalExceptionListener in org.apache.activemq
Methods in org.apache.activemq that return ClientInternalExceptionListener Modifier and Type Method Description ClientInternalExceptionListenerActiveMQConnection. getClientInternalExceptionListener()Gets theClientInternalExceptionListenerobject for this connection.ClientInternalExceptionListenerActiveMQConnectionFactory. getClientInternalExceptionListener()Methods in org.apache.activemq with parameters of type ClientInternalExceptionListener Modifier and Type Method Description voidActiveMQConnection. 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.
-