Releases: fbraem/mqweb
Releases · fbraem/mqweb
MQWeb 0.1.02
MQWeb 0.1.01
The most important changes are:
- API to clear, create, copy or delete a queue
- API to ping a queuemanager
- API to inquire and set a channel authentication records
- API for browsing statistical or accounting messages
MQWeb 0.1.00
Finally MQWeb 0.1.00 is released.
- Web app has its own repository now: https://github.com/fbraem/mqwebapp
- 'filter' renamed to 'input' in mqweb JSON answer
- 'mqweb' property in JSON answer renamed to 'meta'
- On success the information is always stored in a 'data' array.
- Browse DLQ messages and RFH2 messages
- Integrate event messages in browse action. Message event action removed.
- Dictionary tables changed: 'display' renamed into 'text'
- Changed license from EUPL to MIT
- Add new MQ 9.0.0 attributes
- Add expiry to PCF messages to avoid orphaned messages when the Command
server answers too late - Queuemanager configuration can be stored in SQLite
- Add mq.web.app.cors-origin property
MQWeb 0.0.13
Today MQWeb 0.0.13 is released. You can download this release from Github.
This release is a small bug fix release:
- Upgrade documents to use latest Jekyll release
- Use unsigned char for ebcdic code. Fix #13
- This release is the last one with static/templates.
New webapp will be developed in separate repository mqwebapp. - Empty connection id must be initialized #12
It is released now, because it is decided to move the webpages to a separate repository: mqwebapp.
MQWeb 0.0.12
- Add inquire topic
- Add inquire topicstatus (tpstatus)
- Add inquire subscription (sub)
- Add inquire subscription status (sbstatus)
- Add suspend cluster qmgr
- Add resume cluster qmgr
- First steps in adding websocket for browsing messages
- Add inquire channel initiator (chinit)
- Start support for CMake
MQWeb 0.0.11
- Add inquire connection (conn)
- Add inquire namelist (nl)
- Add inquire process (process)
- Add inquire service (service)
- Add inquire authentication information (authinfo)
- Add inquire authority record (authrec)
- Support for JSONP
- Allow to run without mq.web.templates / mq.web.static configuration
- Add first steps for connection pooling
MQWeb 0.0.10
This is a list of the major changes:
- queueExcludeSystem/queueExcludeTemp renamed into excludeSystem/excludeTemp
- channelExcludeSystem renamed into excludeSystem
- All MQ attributes (dictionary) are now stored in a SQLite database
- Add inquire clusterqmgr (clusqmgr)
- Wrong default channel SYSTEM.DEFAULT.SVRCONN
- Add mq.web.defaultChannel configuration property
- api/chstatus: instanceType can also be used when channelname is passed as URI parameter
- Enhancement #6: Add support for connecting with SSL channels
- Solve #5: MQRC_TRUNCATED for PCF messages from z/OS
- Solve #7: MQRC_Q_MGR_NAME_ERROR received due to wrong URI in web pages
This version needs the mqweb.db SQLite database. This database holds all the fields/attributes that are used by WebSphere MQ. You can download the database here: http://mqweb.org/files/mqweb.db
MQWeb v0.0.9
This is a list of the major changes:
- AngularJS is used instead of KnockOut for the built-in
webpages. - A URI for a JSON request starts with /api.
- A URI for a built-in webpage starts with /web.
- Add api's for inquiring listeners, listener status and queuemanager status.
- Browsing a message is limited to 16K.
- POCO is now statically linked.
- add qmgr commandline argument
- add port commandline argument
MQWeb v0.0.8
MQWeb v0.0.8 is a new development release which shows a dashboard as home page for your queuemanager.