Re: Interceptors/Phases like in Apache CXF

2013-09-13 Thread Christian Posta
This is pretty cool, might want to check it out too: http://rajdavies.blogspot.com/2013/09/apache-camel-broker-component-for.html On Thu, Sep 12, 2013 at 7:14 AM, Torsten Mielke wrote: > Yes there are interceptors in ActiveMQ. > In AMQ land I don't think we distinguish between interceptors and

Re: Interceptors/Phases like in Apache CXF

2013-09-12 Thread Torsten Mielke
Yes there are interceptors in ActiveMQ. In AMQ land I don't think we distinguish between interceptors and broker plugins. The terms are used interchangeably. However there are broker plugins (or interceptors) and destination interceptors. Broker plugins are documented at http://fusesource.com

Interceptors/Phases like in Apache CXF

2013-09-12 Thread Frizz
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 Is there