I would like to know if it is possible to do a HTTP POST Request fire and forget and don't wait until you get a response. I am not sure if I should using HTTP component or AHC, I guess AHC is more convenient for my scenario.
I am using Apache Camel 2.12.1 and Spring XML. If is possible, how can I achieve it?
Thanks!