Hi Could you post some more details so I better understand your problem.
Where do you get the exception? If you are using JMS as transport then it only exchanges the payloads of messages and not exceptions etc. So if you want to reply/send an exception over JMS you have to handle this yourself. We have a ticket in JIRA to allow Camel to do something about this to kinda send the full exchange as an javax.jms.ObjectMessage but this would require the both client and server have the classes in the classpath. But for now please add some more details. /Claus Ibsen Apache Camel Committer Blog: http://davsclaus.blogspot.com/ On Tue, Dec 2, 2008 at 10:09 AM, Andrej Siebert <[EMAIL PROTECTED]> wrote: > > i have 2 servers/vms one application post a message to a queue, the other one > get the message from the queue try to handle it and throw an application > exception. > > can any body explainme, how i can get these application-exception in the > caller? > i've got every time an ExchangeTimedOutException... > > the route on the receiver-vm is simple: > > from( queue ) .bean( myBean, "handle" ) > > > the caller use the producer-template to send a message. > > > is it a stupid design in camel? or something that i do wrong? > > > > thanx! > -- > View this message in context: > http://www.nabble.com/How-i-can-get-orginal-exception-...-tp20788485s22882p20788485.html > Sent from the Camel - Users mailing list archive at Nabble.com. > >
