Re: Test harness to verify Message Order Preservation

2012-08-21 Thread sk92129
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

Re: Test harness to verify Message Order Preservation

2012-08-21 Thread sk92129
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