/admin/qmgr/{qmgrName}/queue
We can use the HTTP GET method with the queue resource to request information about queues. We can use the HTTP POST method to create queues, the PATCH method to modify queues, and the DELETE method to delete queues.
Note: This resource URL is available only in version 1 of the REST API. To create, update, delete, or display queues using version 2 of the REST API, use the /admin/action/qmgr/{qmgrName}/mqsc resource.We can use the administrative REST API gateway with this resource URL.
For more information about the PCF equivalents to the queue REST API parameters and attributes, see REST API and PCF equivalents for queues.
- POST
Use the HTTP POST method with the queue resource to create a queue on a specified queue manager. - PATCH
Use the HTTP PATCH method with the queue resource to modify a queue on a specified queue manager. - GET
Use the HTTP GET method with the queue resource to request information about queues. - DELETE
Use the HTTP DELETE method with the queue resource to delete a specified queue on a specified queue manager.
Parent topic: REST API resources