You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by sbham <si...@gmail.com> on 2014/06/03 15:20:11 UTC

REST push queue instead of HTTP GET/DELETE ?

Hey there

I inherited a few (3) REST backend services that are currently called from a
front end web app (POST). From within the web app, the calls to these
backend services are blocking yet they should not be -the services response
is not relevant to the web app at that time-. I don't have as much freedom
to completely modify the front end web app to convert the HTTP POSTs to JMS
message... 

What I am in freedom to do, falls within the range "possibility" of
dispatching a POST call to activeMQ to enqueue a message and having activeMQ
itself dispatching a POST message (maybe a dispatching script) to these
services: that will be minimal change and have the app a bit more
responsive. (I quick google search shows iron.io has something similar).

I was just wondering how would the folks on this message board approach this
problem, or if it is even advisable. I just can't modify the web services
(they are POST based). 

Thanks 
-S



--
View this message in context: http://activemq.2283324.n4.nabble.com/REST-push-queue-instead-of-HTTP-GET-DELETE-tp4681609.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.