This is an IBM Automation portal for Integration products. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).
We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:
Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,
Post an idea.
Get feedback from the IBM team and other customers to refine your idea.
Follow the idea through the IBM Ideas process.
Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.
IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.
ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.
Hi,
Is there any update/movement on implementing this feature?
Which is considered essential by many users, it is benefical to have access to the IBM MQ Web Console if the Queue manager is down/before the queue is started so that you could see what the issue is - especially when accessing the system remotely from another machine beside the MQ Server via the IBM MQ Web Console.
This enhancement to the strmqweb.bat should be relatively easy in my opinion.
If you examine the strmqweb.bat it calls the ...web\bin\server.bat script which is the utility referenced in the article https://www.ibm.com/docs/en/was-liberty/base?topic=line-starting-stopping-liberty-server-as-windows-service.
If you examine ...web\bin\server.bat , it has the options to registerWinService, startWinService, stopWinservice, unregisterWinService.
To my simple mind these option needs to be exposed via the strmqweb.bat script, where these options can be passed in via strmqweb and passed on to the call to ..\web\bin\server.bat after strmqweb.bat has set the MQ environment variables.
Alternatively have a new version of strmqweb.bat called "strmqweb_winService.bat" that sets the the environement like strmqweb and then calls ..\web\bin\server.bat with the registerWinService option first, calls ..\web\bin\server.bat a second time with the startWinService option.
Similarly the endmqweb.bat could be called with the "stopWinservice" option passed to the ..\web\.bin\server.bat when the user/operator invokes the STOP task in the Windows service panel for the IBM MQ Web Server service.
Just my tu'pence.
We do not think that this is something that MQ will implement directly in the web console installation. However https://www.ibm.com/docs/en/was-liberty/base?topic=line-starting-stopping-liberty-server-as-windows-service shows a way that you can setup a liberty instance as a windows service. That can probably be adapted to work with the MQ-supplied liberty.