public interface Interceptor extends BaseInterceptor<org.apache.activemq.artemis.core.protocol.core.Packet>
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)
intercept
Copyright © 2018 The Apache Software Foundation. All rights reserved.