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.
