Interface Interceptor
- All Superinterfaces:
BaseInterceptor<Packet>
- All Known Implementing Classes:
ClusterManager.IncomingInterceptorLookingForExceptionMessage,HQFilterConversionInterceptor,HQPropertiesConversionInterceptor
This is class is a simple way to intercepting calls on ActiveMQ Artemis client and servers.
To add an interceptor to ActiveMQ Artemis server, you have to modify the server configuration file broker.xml.
To add it to a client, use
ServerLocator.addIncomingInterceptor(Interceptor)
-
Method Summary
Methods inherited from interface org.apache.activemq.artemis.api.core.BaseInterceptor
intercept