Hi All,
I have an exchange pattern like the one shown below:
from("jason:action").inOut("jms:validate);
from("jms:validate").bean(ValidatorBean.class);
At my jason end point, if I print out [endpoint].getExchangePattern(), it
returns inOnly.
Why doesn't getExchangePattern() return inOut, as it should do? Or is there
another method that returns inOut?
/Sura
