Skip to content

Releases: fbraem/mqweb

MQWeb 0.1.02

25 Mar 09:13
Compare
Choose a tag to compare
  • Add reset qmgr
  • Add create/copy/remove channel
  • Use MQINQMP for reading MQRFH2 properties
  • User/Pwd for connecting to a queuemanager
  • Remove premake4 support

MQWeb 0.1.01

19 Dec 18:36
Compare
Choose a tag to compare

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

22 Sep 12:30
Compare
Choose a tag to compare

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

21 Dec 14:42
Compare
Choose a tag to compare

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

24 Sep 10:42
Compare
Choose a tag to compare
  • 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

04 Nov 20:54
Compare
Choose a tag to compare
  • 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

06 Jul 13:05
Compare
Choose a tag to compare

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

02 Mar 17:38
Compare
Choose a tag to compare

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

30 Oct 21:32
Compare
Choose a tag to compare
MQWeb v0.0.8 Pre-release
Pre-release

MQWeb v0.0.8 is a new development release which shows a dashboard as home page for your queuemanager.