So far I have tried to put a wait(2000) in the preProcessDispatch:
@Override
public void preProcessDispatch(MessageDispatch messageDispatch) {
String contentStr = new
String(messageDispatch.getMessage().getContent().getData());
if (pauseThisMsg(conte
My thoughts on this :
1.) For the test harness activeMQ brokers, install an Interceptor based on
BrokerFilter.
http://activemq.apache.org/interceptors.html
Install my interceptor into the broker.
On inspection of the accessible methods on BrokerFilter, I am not sure which
methods would allow my