Uses of Interface
org.apache.activemq.broker.inteceptor.MessageInterceptor
Packages that use MessageInterceptor
-
Uses of MessageInterceptor in org.apache.activemq.broker.inteceptor
Methods in org.apache.activemq.broker.inteceptor that return MessageInterceptorModifier and TypeMethodDescriptionMessageInterceptorRegistry.addMessageInterceptor(String destinationName, MessageInterceptor messageInterceptor) MessageInterceptorRegistry.addMessageInterceptor(org.apache.activemq.command.ActiveMQDestination activeMQDestination, MessageInterceptor messageInterceptor) MessageInterceptorRegistry.addMessageInterceptorForQueue(String destinationName, MessageInterceptor messageInterceptor) MessageInterceptorRegistry.addMessageInterceptorForTopic(String destinationName, MessageInterceptor messageInterceptor) Methods in org.apache.activemq.broker.inteceptor with parameters of type MessageInterceptorModifier and TypeMethodDescriptionMessageInterceptorRegistry.addMessageInterceptor(String destinationName, MessageInterceptor messageInterceptor) MessageInterceptorRegistry.addMessageInterceptor(org.apache.activemq.command.ActiveMQDestination activeMQDestination, MessageInterceptor messageInterceptor) MessageInterceptorRegistry.addMessageInterceptorForQueue(String destinationName, MessageInterceptor messageInterceptor) MessageInterceptorRegistry.addMessageInterceptorForTopic(String destinationName, MessageInterceptor messageInterceptor) voidMessageInterceptorRegistry.removeMessageInterceptor(String destinationName, MessageInterceptor messageInterceptor) voidMessageInterceptorRegistry.removeMessageInterceptor(org.apache.activemq.command.ActiveMQDestination activeMQDestination, MessageInterceptor interceptor) voidMessageInterceptorRegistry.removeMessageInterceptorForQueue(String destinationName, MessageInterceptor messageInterceptor) voidMessageInterceptorRegistry.removeMessageInterceptorForTopic(String destinationName, MessageInterceptor messageInterceptor)