Uses of Interface
org.apache.activemq.broker.inteceptor.MessageInterceptor
-
Packages that use MessageInterceptor Package Description org.apache.activemq.broker.inteceptor MessageInteceptor malarky -
-
Uses of MessageInterceptor in org.apache.activemq.broker.inteceptor
Methods in org.apache.activemq.broker.inteceptor that return MessageInterceptor Modifier and Type Method Description MessageInterceptorMessageInterceptorRegistry. addMessageInterceptor(String destinationName, MessageInterceptor messageInterceptor)MessageInterceptorMessageInterceptorRegistry. addMessageInterceptor(ActiveMQDestination activeMQDestination, MessageInterceptor messageInterceptor)MessageInterceptorMessageInterceptorRegistry. addMessageInterceptorForQueue(String destinationName, MessageInterceptor messageInterceptor)MessageInterceptorMessageInterceptorRegistry. addMessageInterceptorForTopic(String destinationName, MessageInterceptor messageInterceptor)Methods in org.apache.activemq.broker.inteceptor with parameters of type MessageInterceptor Modifier and Type Method Description MessageInterceptorMessageInterceptorRegistry. addMessageInterceptor(String destinationName, MessageInterceptor messageInterceptor)MessageInterceptorMessageInterceptorRegistry. addMessageInterceptor(ActiveMQDestination activeMQDestination, MessageInterceptor messageInterceptor)MessageInterceptorMessageInterceptorRegistry. addMessageInterceptorForQueue(String destinationName, MessageInterceptor messageInterceptor)MessageInterceptorMessageInterceptorRegistry. addMessageInterceptorForTopic(String destinationName, MessageInterceptor messageInterceptor)voidMessageInterceptorRegistry. removeMessageInterceptor(String destinationName, MessageInterceptor messageInterceptor)voidMessageInterceptorRegistry. removeMessageInterceptor(ActiveMQDestination activeMQDestination, MessageInterceptor interceptor)voidMessageInterceptorRegistry. removeMessageInterceptorForQueue(String destinationName, MessageInterceptor messageInterceptor)voidMessageInterceptorRegistry. removeMessageInterceptorForTopic(String destinationName, MessageInterceptor messageInterceptor)
-