You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by kazvis <va...@gmail.com> on 2016/01/13 21:04:01 UTC

How to send a response to calling web service after pushing a message to AMQ

Hello All,
            I would like to achieve the following architecture.

Wesbservice --> Camel Route -->Active MQ-->Java Application.

In the above scenario client web service calls the camel route via REST and
the message received should be sent to an AMQ. Once the message is pushed
into AMQ the Camel Route should immediately send back a response to calling
web service. The Java application then picks the message from AMQ when
required at will and then insert the data into DB.


Kindly suggest the best implementation approach for this scenario.

Regards
Kazvis




--
View this message in context: http://camel.465427.n5.nabble.com/How-to-send-a-response-to-calling-web-service-after-pushing-a-message-to-AMQ-tp5776209.html
Sent from the Camel Development mailing list archive at Nabble.com.