Package | Description |
---|---|
org.apache.activemq.broker.inteceptor |
MessageInteceptor malarky
|
Modifier and Type | Method and Description |
---|---|
MessageInterceptor |
MessageInterceptorRegistry.addMessageInterceptor(ActiveMQDestination activeMQDestination,
MessageInterceptor messageInterceptor) |
MessageInterceptor |
MessageInterceptorRegistry.addMessageInterceptor(String destinationName,
MessageInterceptor messageInterceptor) |
MessageInterceptor |
MessageInterceptorRegistry.addMessageInterceptorForQueue(String destinationName,
MessageInterceptor messageInterceptor) |
MessageInterceptor |
MessageInterceptorRegistry.addMessageInterceptorForTopic(String destinationName,
MessageInterceptor messageInterceptor) |
Modifier and Type | Method and Description |
---|---|
MessageInterceptor |
MessageInterceptorRegistry.addMessageInterceptor(ActiveMQDestination activeMQDestination,
MessageInterceptor messageInterceptor) |
MessageInterceptor |
MessageInterceptorRegistry.addMessageInterceptor(String destinationName,
MessageInterceptor messageInterceptor) |
MessageInterceptor |
MessageInterceptorRegistry.addMessageInterceptorForQueue(String destinationName,
MessageInterceptor messageInterceptor) |
MessageInterceptor |
MessageInterceptorRegistry.addMessageInterceptorForTopic(String destinationName,
MessageInterceptor messageInterceptor) |
void |
MessageInterceptorRegistry.removeMessageInterceptor(ActiveMQDestination activeMQDestination,
MessageInterceptor interceptor) |
void |
MessageInterceptorRegistry.removeMessageInterceptor(String destinationName,
MessageInterceptor messageInterceptor) |
void |
MessageInterceptorRegistry.removeMessageInterceptorForQueue(String destinationName,
MessageInterceptor messageInterceptor) |
void |
MessageInterceptorRegistry.removeMessageInterceptorForTopic(String destinationName,
MessageInterceptor messageInterceptor) |
Copyright © 2005–2016 The Apache Software Foundation. All rights reserved.