Re: broker interceptor works in 5.5.1, but not in 5.6.0

2012-06-11 Thread Gary Tully
please raise an issue to track this and supply your plugin and a test case. It may be worth validating your scenario with TRACE level log4j logging on the broker, that may be informative. But a test case would make it easy to investigate. On 8 June 2012 14:20, marcus.mathioudakis

broker interceptor works in 5.5.1, but not in 5.6.0

2012-06-08 Thread marcus.mathioudakis
My problem is the following: I have written an interceptor for an activemq5.5.1 message broker. The interceptor intercepts incoming messages by overriding the *public void send(ProducerBrokerExchange producerExchange, Message messageSend)* method in Broker filter. It then validates the messages