Skip to main content
  • Log in
  • Manage Cookies
Eclipse Plugins, Bundles and Products - Eclipse Marketplace
  • My Marketplace
  • Add Content
  • More
      • Community

      • Marketplace
      • Events
      • Planet Eclipse
      • Newsletter
      • Videos
      • Blogs
      • Participate

      • Report a Bug
      • Forums
      • Mailing Lists
      • Wiki
      • IRC
      • Research
      • Eclipse IDE

      • Download
      • Learn More
      • Documentation
      • Getting Started / Support
      • How to Contribute
      • IDE and Tools
      • Newcomer Forum
    • Search

  1. Home
  2. Marketplace
  3. Tools
  4. IBM MQ Explorer Version 9.3

Please be aware that some listings have been temporarily delisted from our marketplace in order to improve the security of the platform. We apologize for any inconvenience this may caused.

For more information on this matter, please visit #1.

If you are a listing owner and would like to have your listing(s) reinstated, please open a ticket at https://gitlab.eclipse.org/eclipsefdn/it/websites/marketplace.eclipse.org/-/issues.

Thank you for your understanding and cooperation.

Eclipse Foundation Member
IBM MQ Explorer Version 9.3

IBM MQ Explorer Version 9.3
12
20
Install

Drag to Install!

Drag to your running Eclipse* workspace.
*Requires Eclipse Marketplace Client

Add this URL to your Eclipse Installation to reach this solution's update site.

2020-03 (4.15)
2019-12 (4.14)
2019-09 (4.13)
2019-06 (4.12)
2019-03 (4.11)
2018-12 (4.10)
2018-09 (4.9)
Photon (4.8)
Oxygen (4.7)

https://public.dhe.ibm.com/software/integration/wmq/explorer/v9/updates/

Learn more...

Details Group Tabs

Details

MQ Explorer allows you to administer and monitor IBM® MQ objects, whether they are hosted on your local computer or on a remote system. It can remotely connect to queue managers that are using an in-service version of IBM MQ on any supported platform including z/OS®, enabling your entire messaging backbone to be viewed, explored, and altered.

MQ Explorer is free to install, support is available to licensed IBM MQ customers - see the license agreement for details. For operating systems where this Eclipse plugin is supported by IBM see the MQ Explorer section of the IBM MQ 9.3 system requirements. In addition, this plugin may be used unsupported on macOS for development purposes.

Installation notes: If you get installation errors mentioning the "org.eclipse.draw2d" plugin, please install Eclipse GEF first from the Eclipse update site.

Categories:
  • Application Management,
  • Systems Development,
  • Tools,
  • UI
Tags:
  • IBM MQ MQExplorer WebSphere
Additional Details
Eclipse Versions: 
2020-03 (4.15), 2019-12 (4.14), 2019-09 (4.13), 2019-06 (4.12), 2019-03 (4.11), 2018-12 (4.10), 2018-09 (4.9), Photon (4.8), Oxygen (4.7)
Platform Support: 
Windows, Linux/GTK
Organization Name: 
IBM
Development Status: 
Production/Stable
Date Created: 
Wed, 2016-06-22 05:05
License: 
Commercial - Free
Date Updated: 
Wed, 2022-12-14 09:49
Submitted by: 
Matt Leming
Metrics
DateRankingInstallsClickthroughs
March 2023188/671143 (0.04%)18
February 2023176/668184 (0.05%)33
January 2023174/677165 (0.05%)32
December 2022197/805143 (0.04%)31
November 2022192/808193 (0.05%)28
October 2022202/811167 (0.04%)25
September 2022195/812163 (0.04%)23
August 2022180/808186 (0.05%)29
July 2022182/816178 (0.05%)42
June 2022195/810160 (0.04%)9
May 2022199/810174 (0.04%)19
April 2022221/817134 (0.03%)17
View Data for all Listings
Errors

Unsuccessful Installs in the last 7 Days: 0

Download last 500 errors (CSV)
External Install Button

Marketplace Drag to Install button

By adding the following code below to your website you will be able to add an install button for IBM MQ Explorer Version 9.3.

HTML Code:


Markdown Syntax:



Output: Drag to your running Eclipse* workspace. *Requires Eclipse Marketplace Client
Sunday, March 26, 2023 - 11:15

Reviews Sign in to post reviews

botanaka's picture

Mac M1 issue

Submitted by Bo Tanaka on Wed, 2023-03-01 17:15

Works great on Eclipse 2022-12 but JMS Administered Objects wizard never launches to add an inital context.  Anyone figured out a way to make this work?

brianwil's picture

Error installing 9.3 MQ Explorer plugin

Submitted by Brian Wilson on Thu, 2023-01-19 10:27

I can successfully install MQ Explorer by following the procedure to "Install software" within Eclipse; however, the Drag and Install method does not work, and produces an error that says the Plug in is not compatible with the version of Eclipse -- even though it is (and as I said will install successfully following the procedure).

gkonrad5po's picture

Save password problem

Submitted by Gabor Konrad on Sat, 2021-05-01 09:35

I'm on my macOS Big Sur + Eclipse IDE for Enterprise Java Developers v 2020-03 (4.15.0) + IBM MQ Explorer 9.2.0 installed as IBM suggested on its page "Writing and running MQ applications on your Mac"

The MQ Explorer is working good but I can't save the passwords necessary to connect to my MQ Managers.

When I'm going to save passwords on the Passwords Preferences Page I get the message "An error has occurred. See error log for more details. com/ibm/misc/BASE64Encoder"

Can you suggest to me what should I do so that MQ Explorer would be able to save my passwords?

I appreciate any help to solve the problem.

Thank You In Advance

schughtai's picture

Re: Save password problem

Submitted by Soheel Chughtai on Mon, 2021-06-21 04:52

I suspect that this is because the MQ Explorer requires classes that are bundled only in an IBM JRE to encrypt the passwords. Unfortunately the IBM JRE isn't available for MacOS. 

One way to tell would be to start MQExplorer from the command line. For me this is from the directory

~/Documents/dev/eclipse/MQExplorer/Eclipse415MQExplorer.app/Contents/MacOS

Start MQ Explorer by running

./eclipse

This will capture the logs to the terminal. When you get the error you should see an error stack. I suspect it will be attempting to load something like 

com.ibm.jsse2.IBMJSSEProvider2
rgovind1ay's picture

Re: Re: Save password problem

Submitted by Ram Govind on Sun, 2021-07-25 21:58

I am getting the same problem.

In the log it is looking for the class "com.ibm.misc.BASE64Encoder "

 

Is there anyway to get the class for MacOS? 

 

 

Complete error 

!MESSAGE An internal error occurred during: "Initializing MQ Explorer".

!STACK 0

java.lang.NoClassDefFoundError: com/ibm/misc/BASE64Encoder

at com.ibm.mq.explorer.passwords.internal.utils.PwUtils.<clinit>(PwUtils.java:85)

at com.ibm.mq.explorer.passwords.internal.store.PwDefaultStore.exportData(PwDefaultStore.java:608)

at com.ibm.mq.explorer.passwords.internal.store.PwDefaultStore.create(PwDefaultStore.java:960)

at com.ibm.mq.explorer.passwords.internal.store.PwDefaultStore.importData(PwDefaultStore.java:551)

at com.ibm.mq.explorer.passwords.internal.store.PwDefaultStore.open(PwDefaultStore.java:192)

at com.ibm.mq.explorer.ui.internal.passwords.PwStoreManager.<init>(PwStoreManager.java:144)

at com.ibm.mq.explorer.ui.internal.passwords.PwStoreManager.getStoreManager(PwStoreManager.java:480)

at com.ibm.mq.explorer.ui.internal.base.UiPlugin.initialisePasswordManager(UiPlugin.java:3017)

at com.ibm.mq.explorer.ui.internal.base.UiPlugin.delayedStartup(UiPlugin.java:712)

at com.ibm.mq.explorer.ui.internal.base.UiPlugin.access$0(UiPlugin.java:579)

at com.ibm.mq.explorer.ui.internal.base.UiPlugin$2.run(UiPlugin.java:565)

at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)

Caused by: java.lang.ClassNotFoundException: com.ibm.misc.BASE64Encoder cannot be found by com.ibm.mq.explorer.passwords_9.2.0.202007091454

at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:519)

at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:170)

at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:519)

... 12 more

 

zbukhari's picture

Installer says incompatible Eclipse version 4.15.0 and 4.14.0

Submitted by Zahid Bukhari on Fri, 2021-04-23 17:29

I'm on MacOS - I'm following along this guide:

Writing and running MQ applications on your Mac

Developing with the IBM MQ MacOS Toolkit

I get everything setup, I'm using AzulJDK 11, but when I try to install it, that's the error I get.

I started at 4.15.0 and then went down to 4.14.0 hoping it would help, it didn't.

MacOS 10.14.6

Any help would be appreciated!  I just need the MQ Explorer tool so if there's a way to just do that, please let me know.  So far I just saw that article as the only IBM approved method for MacOS.

Thanks in advance!

schughtai's picture

Re: Installer - incompatible Eclipse version 4.15.0 and 4.14.0

Submitted by Soheel Chughtai on Tue, 2021-04-27 05:13

I have

MacOS 10.15.7 (Catalina)
openjdk version "15.0.2" (Installed and managed by sdkman)
and MQ Explorer is working on Eclipse 4.15 and 4.19 (latest) 

although I do get warnings on install that the plug-ins jars are unsigned

For 4.19, I installed Eclipse IDE for Java Developers (MacOS) from this page - https://www.eclipse.org/downloads/packages/

For 4.15, I installed Eclipse IDE for Java Developers (MAcOS from this page - https://www.eclipse.org/downloads/packages/release/2020-03/r

 

Can you confirm that they are the Eclipse packages that you have?

melmasryxk1's picture

Mac BigSur

Submitted by Mohamed Elmasry on Thu, 2020-11-19 00:40

worked for me with eclipse 4.14 and java 11 on Mac BigSur

azin's picture

Re: Mac BigSur

Submitted by Alex Zin on Thu, 2020-11-19 11:09

It worked on Big Sur with 4.15

azin's picture

Ecliple 4.16 ((

Submitted by Alex Zin on Sun, 2020-08-30 04:34

Not is working with Ecliple 4.16 ((

rpilot's picture

Re: Ecliple 4.16 ((

Submitted by Richard Pilot on Tue, 2020-09-01 14:39

That's correct, we list the supposed versions in the marketplace description above and the latest working level is 4.15.

dkuhlmeier's picture

macOS

Submitted by Dennis Kuhlmeier on Wed, 2019-06-19 05:28

I am unable to figure out how to actually use this, even if unsupported, on macOS. On drag&drop the marketplace window opens, but the install doesn't start. It doesn't obviously fail either. So how can I test it?

bdurrans's picture

Re: macOS

Submitted by Ben Durrans on Fri, 2019-06-28 06:05

Hi Dennis,

At the moment MacOS is not officially supported, but if you would like to use it for development purposes then I would recommend you check out the "Getting started with the IBM MQ MacOS Toolkit for developers" page on LearnMQ, where there is a section on how to install MQ Explorer.

Hope this helps,
Ben

pavelmalyutin's picture

Re: Re: macOS

Submitted by Pavel M on Thu, 2019-08-15 11:58

on Mac if trying to install on top of Eclipse 4.8 then it says it's not compatible and don't want to install

and the link to download 4.7 for Mac don't work at this moment, unfortunately, so I can't try it

on the more modern Eclipse it also don't want to be installed. May this be this some limitation of JVM used? I'm trying with JDK 12

sorry, I understand the plugin is not supported on Mac, but..

dkuhlmeier's picture

Re: Re: Re: macOS

Submitted by Dennis Kuhlmeier on Fri, 2019-08-16 09:04

Sadly I think 4.7 is required. Download link just worked for me, have you tried to select a different mirror? "Main Download Site" worked fine.

dkuhlmeier's picture

Re: Re: macOS

Submitted by Dennis Kuhlmeier on Tue, 2019-07-02 05:14

Thanks, Ben! That worked!

cvillager's picture

Does not work with eclipse 4.10

Submitted by City Villager on Thu, 2019-03-07 23:00

Gives Class load excpetion for Classes which are already availble in ECLIPSE MQ JARs. Can someone please test and make it work

vmadhavm1l's picture

Plugin Jars

Submitted by Venu Madhav on Fri, 2018-05-18 18:04

How Can or where can I get the zip file so that I can manually configure the plugin instead of installing it by using the drag and drop button

mleming's picture

Re: Plugin Jars

Submitted by Matt Leming on Thu, 2018-05-24 11:44

Hi,

You can use one of the options here: http://www-01.ibm.com/software/integration/wmq/explorer/downloads/

Cheers, Matt.

cyu021's picture

unabled to browse message

Submitted by James Yu on Wed, 2016-07-13 02:37

MQ Explorer plugin has been successfully installed, but I can only see how many messages are in queue. When I right clicked on the queue, I don't see the "browse" option as it appears in standalone "MQ Explorer". How do I browse queue message to exam message content in this plugin?

Markets

  • Eclipse Project (4)
  • Tools (1342)
    • Application Development Frameworks (171)
    • Application Management (32)
    • Application Server (31)
    • BIRT (10)
    • Build and Deploy (104)
    • Business Intelligence, Reporting and Charting (14)
    • Code Management (117)
    • Collaboration (37)
    • Database (44)
    • Database Development (34)
    • Database Persistence (17)
    • Documentation (60)
    • Eclipse Kura (122)
    • Eclipse SmartHome (46)
    • EclipseRT Target Platform Components (10)
    • Editor (339)
    • Entertainment (14)
    • General Purpose Tools (124)
    • Graphics (34)
    • IDE (344)
    • Internet of Things (IoT) (35)
    • J2EE Development Platform (44)
    • J2ME (5)
    • Languages (155)
    • Linux Tools (19)
    • Logging (22)
    • Mobile and Device Development (49)
    • Modeling (90)
    • Modeling Tools (146)
    • Mylyn Connectors (20)
    • Network (14)
    • Other (74)
    • Process (18)
    • Profiling (22)
    • Programming Languages (100)
    • Reporting (32)
    • Rich Client Applications (39)
    • Science (4)
    • SCM (20)
    • Search (42)
    • SOA Development (15)
    • Source Code Analyzer (99)
    • Systems Development (59)
    • Team Development (54)
    • Testing (90)
    • Tools (568)
    • UI (97)
    • UML (40)
    • Web (90)
    • Web Services (31)
    • Web, XML, Java EE and OSGi Enterprise Development (32)
    • XML (29)
  • IoT (172)
    • Eclipse Kura (122)
    • Eclipse SmartHome (46)
  • RCP Applications (79)
  • Training & Consulting (53)
  • Long Term Support (11)

Search

Advanced Search

More like this

  • IBM WebSphere MQ Explorer V8
  • IBM WebSphere eXtreme Scale V8.6 Liberty Profile Developer Tools
  • IBM WebSphere Application Server Migration Toolkit- Competitive Tools
  • IBM WebSphere Application Server Migration Toolkit
  • IBM WebSphere Application Server Migration Toolkit- WAS Liberty

Favorited by

Eclipse Foundation

  • About Us
  • Contact Us
  • Sponsor
  • Members
  • Governance
  • Code of Conduct
  • Logo and Artwork
  • Board of Directors
  • Careers

Legal

  • Publishing Guidelines
  • Privacy Policy
  • Terms of Use
  • Copyright Agent
  • Eclipse Public License
  • Legal Resources

Useful Links

  • Welcome to Marketplace
  • Report a Bug
  • Documentation
  • How to Contribute
  • Mailing Lists
  • Forums
  • Marketplace

Other

  • IDE and Tools
  • Projects
  • Working Groups
  • Research@Eclipse
  • Report a Vulnerability
  • Service Status

Copyright © Eclipse Foundation. All Rights Reserved.

Back to the top