Hi, is there in ActiveMQ a concept like Interceptors and Phases like in Apache CXF?
I'd like to plug in some custom functionality in the sending and receiving part of the messaging. In CXF I would do something like <cxf:bus> <cxf:inInterceptors> <ref bean="MyInterceptor"/> </cxf:inInterceptors> <cxf:outInterceptors> <ref bean="MyInterceptor"/> </cxf:outInterceptors> </cxf:bus> Is there a similar functionality in ActiveMQ? cheers, F.