| 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(java.lang.String destinationName,
MessageInterceptor messageInterceptor) |
MessageInterceptor |
MessageInterceptorRegistry.addMessageInterceptorForQueue(java.lang.String destinationName,
MessageInterceptor messageInterceptor) |
MessageInterceptor |
MessageInterceptorRegistry.addMessageInterceptorForTopic(java.lang.String destinationName,
MessageInterceptor messageInterceptor) |
| Modifier and Type | Method and Description |
|---|---|
MessageInterceptor |
MessageInterceptorRegistry.addMessageInterceptor(ActiveMQDestination activeMQDestination,
MessageInterceptor messageInterceptor) |
MessageInterceptor |
MessageInterceptorRegistry.addMessageInterceptor(java.lang.String destinationName,
MessageInterceptor messageInterceptor) |
MessageInterceptor |
MessageInterceptorRegistry.addMessageInterceptorForQueue(java.lang.String destinationName,
MessageInterceptor messageInterceptor) |
MessageInterceptor |
MessageInterceptorRegistry.addMessageInterceptorForTopic(java.lang.String destinationName,
MessageInterceptor messageInterceptor) |
void |
MessageInterceptorRegistry.removeMessageInterceptor(ActiveMQDestination activeMQDestination,
MessageInterceptor interceptor) |
void |
MessageInterceptorRegistry.removeMessageInterceptor(java.lang.String destinationName,
MessageInterceptor messageInterceptor) |
void |
MessageInterceptorRegistry.removeMessageInterceptorForQueue(java.lang.String destinationName,
MessageInterceptor messageInterceptor) |
void |
MessageInterceptorRegistry.removeMessageInterceptorForTopic(java.lang.String destinationName,
MessageInterceptor messageInterceptor) |
Copyright © 2005-2014 Red Hat, Inc.. All Rights Reserved.