JMS component's bridge error handler not working

357 Views Asked by At

As per apache camel's documentation, JMS component supports bridging with camel error handlers, but while executing I am getting "BridgeErrorHandler is not support on JMS endpoint". I checked their source code and found while creating jms consumers, this flag is checked and if found true an IllegalArgumentException is thrown with above message.

Can anyone help me out in this regard ?

Note: I am using apache camel 3.0.0.

1

There are 1 best solutions below

1
On

bridgeErrorHandler option is not supported on JMS and ActiveMQ component (CAMEL-14083). We will fix documentation in CAMEL-15001.