I am going through the HTTP API documentation and I just want to confirm
what I am seeing. Is there a portion of the API to enqueue and dequeue
messages via HTTP? I was hoping for some REST api like Google's TaskQueues
<https://cloud.google.com/appengine/docs/standard/java/taskqueue/rest/> that
include a "lease", "delete", and "insert" operations. Or maybe something
like Amazon SQS
<http://docs.aws.amazon.com/AWSSimpleQueueService/latest/APIReference/API_Operations.html>with
actions "ReceiveMessage", "DeleteMessage", and "SendMessage". Or
Microsoft ServiceBus
<https://docs.microsoft.com/en-us/rest/api/servicebus/send-message>or
ActiveMQ <http://activemq.apache.org/rest.html>, or HornetQ
<https://docs.jboss.org/hornetq/2.2.2.Final/rest-interface-manual/html_single/#d0e163>
.

In the current QPID API I can see the ability to get the contents of a
message and delete but these seems very administrative and not intended for
general messaging. Am I missing something or is this just a feature that
does not exist? If its truly needed I can throw together a shim unless any
of you know of an existing one.

Thanks so much

Reply via email to