Issue with JMS endpoint & headers that do not conform to JMS spec

2012-08-01 Thread Ignat
Hello, I think I've run into certain issue with camel - normally it allows almost any header names, but JMS spec is quite restrictive about it (taken from JMS 1.1 3.8.1.1 paragraph, page 42): Identifiers: - An identifier is an unlimited-length character sequence that must begin with a Java identi

Re: Error handling and invoking certain logic unconditionally

2012-05-15 Thread Ignat
Thanks, Claus. For some reason I saw your reply just now (and did not receive any e-mails from nabble, which is strange). Is there a way to attach unit of work synchronization code in Spring DSL ? This would be real help! -- View this message in context: http://camel.465427.n5.nabble.com/Error

Error handling and invoking certain logic unconditionally

2012-04-16 Thread Ignat
Hi All, I need to solve following scenario with camel: While message is being processed in route, I need to record certain information based on content being processed. At the end of processing this information have to be written to a storage (as a KPI event), clean-up executed regardless of succ