| Package | Description |
|---|---|
| org.apache.activemq.broker.inteceptor |
MessageInteceptor malarky
|
| Modifier and Type | Method and Description |
|---|---|
MessageInterceptor |
MessageInterceptorRegistry.addMessageInterceptor(org.apache.activemq.command.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(org.apache.activemq.command.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(org.apache.activemq.command.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–2020 The Apache Software Foundation. All rights reserved.