First up, to run IBM MQ Explorer, you need to know if you have the horsepower, er, installation requirements, to get started. You are looking at 512mb RAM, a 1 GHz processor, and 300 mb disk storage. A big monitor is also a recommended, since the UI is not exactly small screen friendly.
If you have systems, files, services, and even applications, spread across multiple servers and/or locations, you need a way to manage this, and IBM MQ Explorer uses a GUI (Graphical User Interface…der) in an attempt to make this a point~n~click job, as opposed to entering MQ commands in a command prompt. Its main purpose is to help you keep track of IBM MQ objects whether they are in-house or across the county, and let you administer said systems, apps, files, etc. all in one place.
You can use IBM MQ Explorer to manage your queue managers, all remotely, and across any supported platform, and yes, even z/OS. It runs on Windows and Linux x86-64.
Since it is built on open-source Eclipse, you can customize to your heart’s content, while being fully extensible to expand and grow as you do. There is context-sensitive help in pop-up windows, and IBM MQ Tutorials to go for a deeper dive on particular subjects. However, while it does offer silent or a console installation, being a client-based application, as opposed to a web app, means you’ll need to plan for maintenance around upgrades, etc.
Once installed, you have several ways to launch MQ Explorer. On a Windows install, it will be in the start menu, just like any other app. Look in the system menu on Linux. There is even command line with the MQExplorer command, or if you did a full install of IBM MQ server, use strmqcfg. Check out the complete procedure here.
While we are on the subject of installs, what if you are running a full Eclipse environment? There are a few things to watch out for. For example: If you are using a version of Windows with User Account Control (UAC) enabled and your Eclipse-based product is installed into a directory under UAC such as C:Program Files, then you must run the Eclipse-based product with elevated authority (Run as Administrator) before you install the IBM MQ Explorer feature into it. When installed, the product can then be run without elevated authority. This article will give you a full description of what you need.
In today’s world, security should never be far from your mind. IBM MQ Explorer has Advanced Message Security. Message can have digital signatures to identify the sender and allow you to authenticate the message, and thus stop any shenanigans on the part of the sender, by preventing them from repudiating or denying that they sent that message. Message Encryption will give the sender full confidence that the message that you receive is actually the message they sent and has not been modified in transit. Finally, MQ Explorer uses Distinguished Names, which makes use of PKI (Public Key Infrastructure) identity for both users and applications. But, with MQ Explorer you are looking at an all or nothing scenario. You need to take caution on who you give access, because they’ll have access to everything. You may have issues meeting compliance demands today and security-first mindfulness, since it does not offer any role/permissions-based access control (which also hampers your ability to proactively manage and collaboratively problem solve in your MQ estate).