Hi all,
I am using camel to read a message from a Q sending to a HTTP
my route is as below
from("jmstx:queue:spq2").bean(myBean,"setLocationUrI")
.recipientList(header(HttpProducer.HTTP_URI));
I need to recive response code from the above http URI.
I need to make sure I receive 200 or 202 to declare as a success call. How
would I receive the response code ?
Do I need to make the mep as in-out while sending exchange to external web
service thru http endpoint to get the return code?
Please suggest
--
View this message in context:
http://old.nabble.com/smx%3Acamel%3A-receiving-http-response-tp28345025p28345025.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.