/messaging/qmgr/{qmgrName}/queue/{queueName}/message
The messaging REST API allows messages to be put to a queue, or messages to be browsed or destructively got from a queue, using the /messaging/qmgr/{qmgrName}/queue/{queueName}/message resource.
- POST
We can use the HTTP POST method with the /messaging/qmgr/{qmgrName}/queue/{queueName}/message resource to put messages to the specified queue on the specified queue manager. - GET
We can use the HTTP GET method with the /messaging/qmgr/{qmgrName}/queue/{queueName}/message resource to browse messages from the associated queue manager and queue. - DELETE
We can use the HTTP DELETE method with the /messaging/qmgr/{qmgrName}/queue/{queueName}/message resource to get messages from the associated queue manager and queue.
Parent topic: REST API resources