Hello Claus thanks for the reply! mm i may be confusing the terminology sorry :(
my camelapp consists of few routes. Most of the routes have as <camel:to uri="bean:endpointBean?method=handle" /> i want to be able to handle exceptions in my endpointBean.... apart from the post below (i see you commented on that as well) are there any other approaches to handle exceptions in endpoints? w/kindest regards marco On Wed, Apr 11, 2012 at 6:47 AM, Claus Ibsen <[email protected]> wrote: > On Tue, Apr 10, 2012 at 10:46 PM, Marco Mistroni <[email protected]> > wrote: > > Hello all > > i'd like to be able to handle exceptions at Endpoints in my app (as most > > of the exceptions happen when endpoints are processing data). > > as i plan to deploy my camel app remotely, i'd like to handle the > exception > > so that an email with the exception is sent to me. > > > > Can you tell a bit more what you mean by your endpoints process data. > Its the consumer or producers of the endpoints that process data. > > > i found out this thread with regards to exception handling at endpoints, > > and was wondering if any changes have been introduced in camel to handle > > exception at endpoints since this post > > > > > http://camel.465427.n5.nabble.com/Endpoint-exception-handling-td5504378.html > > > > w/kindest regards > > marco > > > > -- > Claus Ibsen > ----------------- > CamelOne 2012 Conference, May 15-16, 2012: http://camelone.com > FuseSource > Email: [email protected] > Web: http://fusesource.com > Twitter: davsclaus, fusenews > Blog: http://davsclaus.blogspot.com/ > Author of Camel in Action: http://www.manning.com/ibsen/ >
