Show Table of Contents
9.3.5. org.jboss.mq.server.jmx.InterceptorLoader
The
org.jboss.mq.server.jmx.InterceptorLoader is used to load a generic interceptor and make it part of the interceptor stack. This MBean is typically used to load custom interceptors like org.jboss.mq.server.TracingInterceptor, which is can be used to efficiently log all client requests via trace level log messages. The configurable attributes are as follows:
- NextInterceptor: The JMX
ObjectNameof the next request interceptor. This attribute is used by all the interceptors to create the interceptor stack. The last interceptor in the chain should be theDestinationManager. This attribute should be setup via a<depends optional-attribute-name="NextInterceptor">XML tag. - InterceptorClass: The class name of the interceptor that will be loaded and made part of the interceptor stack. This class specified here must extend the
org.jboss.mq.server.JMSServerInterceptorclass.

Where did the comment section go?
Red Hat's documentation publication system recently went through an upgrade to enable speedier, more mobile-friendly content. We decided to re-evaluate our commenting platform to ensure that it meets your expectations and serves as an optimal feedback mechanism. During this redesign, we invite your input on providing feedback on Red Hat documentation via the discussion platform.