MQWeb is a C++ HTTP Server. It will be possible to browse/manage/monitor your Websphere MQ environment. The only tool you need is your web browser to manage Websphere MQ.
Issues / Feature Request moved to Github
Submitted by webmaster on Sat, 12/08/2012 - 22:17Because the source was moved to Github, I also moved the feature request and bugs pages to Github. Please now use the Github Issues page to report bugs or to ask for new features.
Code moved to Github
Submitted by webmaster on Mon, 11/19/2012 - 20:39Because there were problems in viewing the code online, I have decided to move the repository to Github. You can find it here: https://github.com/fbraem/mqweb
0.0.7 released
Submitted by webmaster on Tue, 11/13/2012 - 23:36Today version 0.0.7 is released. Major change is that MQWeb can connect to z/OS for browsing queues ...
The JSON library which was part of MQWeb was contributed to POCO 1.5
0.0.6 Release
Submitted by webmaster on Wed, 03/28/2012 - 22:52Today I have released version 0.0.6 of MQWeb. No new functionalities were added, but a lot of code has changed. From now on, MQWeb uses its own JSON classes and template engine. It's possible that these classes will be contributed to POCO. There is also a binary version available for Linux i686, the platform I use to develop MQWeb.
Now, time for new functionalities.
MQWeb Introduction
Submitted by webmaster on Fri, 03/23/2012 - 22:41Yesterday I demonstrated MQWeb at work. I've uploaded the slides to this website.
0.0.5 Released
Submitted by webmaster on Wed, 09/21/2011 - 21:50Version 0.0.5 is a bug-fix release.
0.0.4 released
Submitted by webmaster on Thu, 12/02/2010 - 12:44With this release you can view the content of a message in hexadecimal format. Look at this screenshot.
0.0.3 Released
Submitted by webmaster on Tue, 11/23/2010 - 22:39Alpha version 0.0.3 is released. Multiple requests resulted in a reason code 2219 (MQRC_CALL_IN_PROGRESS) or reason code 2002 (MQRC_ALREADY_CONNECTED). This is solved by using a mutex that protect each MQI call.
0.0.2 Released
Submitted by webmaster on Wed, 11/10/2010 - 21:41Running MQWeb
Submitted by webmaster on Thu, 10/21/2010 - 19:04When MQWeb is successfully build you can start MQWeb as a daemon process as follows:
./mqweb --daemonNow start a browser and go to the server where mqweb is running and use port 8081 (or the port you've set as mqweb.port property in mqweb.properties). When you want to access the default queuemanager of the server you can leave the path empty. When you want to access a certain queuemanager, you add the name of the queuemanager to the URL. For example:
http://mq.server.be/PIGEONwill connect to the PIGEON queuemanager.

Made in Belgium © 2010 Franky Braem
