MQWeb
Administrating WebSphere MQ with your browser.
Features
API
The web API of MQWeb sends a PCF command
to WebSphere MQ and returns the answer as JSON objects. The
API can be reached by using api
as first
part of the URL:
http://<mqwebhost:port>/api/queue/inquire/PIGEON
The API’s can be called from any language that supports HTTP clients:
or in Python
Look at API overview to see which api’s are available.
MQWeb App
MQWeb App is a sample web application which has its own Github repository.
MQWeb API’s can be integrated in your website using any server side language that supports HTTP requests, but with the MQWeb app, you can use any client side solution like AngularJS, vue.js, …