You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by bulutoprak <bu...@hotmail.com> on 2014/10/02 09:19:23 UTC

What happens to exchange after vm timeout

Hi, 
I have 2 bundles on karaf. 
Bundle 1 calls an endpoint defined by bundle2.  

Bundle1 - > to "vm1"

Bundle2=>  from "vm1" to "netty http request" to outside


if vm1 endpoint call (in bundle1) gets timeout , what happens to vm2
exhange. I think it continous to be handled , so http service is called and
when it try to return the response to  bundle1 , there will be no producer
in bundle1. 

Also in jmx, i see inflight exhanges hanging. I think it is because of this
timeout. 
If my assesment is right what should i do 
1) Change vm timeout to a very big number
2) Use vm-direct 

Kind Regards, 








--
View this message in context: http://camel.465427.n5.nabble.com/What-happens-to-exchange-after-vm-timeout-tp5757307.html
Sent from the Camel - Users mailing list archive at Nabble.com.