Re: SpringXML intercption of consumer connects and consumer msg retrievals possible?

2010-09-02 Thread Gary Tully
ActiveMQ does not have any high level support for AOP, it really would just duplicate what is elsewhere, but there is no reason why a message listener bean cannot be annotated with @Aspect and integrate with spring AOP or why any of the activemq code could not be intercepted with AspectJ. On the

SpringXML intercption of consumer connects and consumer msg retrievals possible?

2010-09-01 Thread Ben Stover
As you know Spring offers a mechanism called Interceptors which triggers a user bean whenever a certain interface call is issued internally Spring configuration go similar to: Is something similar within ActiveMQ? I am particularly interested in intercepting call wh