Hi Claus,

Thanks for your reply!

So my same question again: for the sake of avoiding the spring's warning
mentioned already, would the following change on
'org.apache.camel.component.jms.JmsMessageListenerContainer' constructor
make sense to you:

    public JmsMessageListenerContainer(JmsEndpoint endpoint, ErrorHandler
errorHandler) {
        this.endpoint = endpoint;
        this.setErrorHandler(errorHandler); // set the spring's proprietary
error handler
    }

Or that you would provide a setter/getter API for ErrorHandler on
'org.apache.camel.component.jms.JmsConfiguration' so that we (the camel
users) could inject an appropriate ErrorHandler implementation from outside.

Regards, Babak


--
View this message in context: 
http://camel.465427.n5.nabble.com/error-handling-on-Http-POST-from-ActiveMQ-to-PHP-application-tp4347185p4369891.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to