| Package | Description |
|---|---|
| org.apache.activemq.broker.inteceptor |
MessageInteceptor malarky
|
| org.apache.activemq.camel.component.broker |
| 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) |
| Modifier and Type | Class and Description |
|---|---|
class |
BrokerConsumer |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BrokerEndpoint.addMessageInterceptor(MessageInterceptor messageInterceptor) |
protected void |
BrokerEndpoint.removeMessageInterceptor(MessageInterceptor messageInterceptor) |
Copyright © 2005–2015 FuseSource, Corp.. All rights reserved.