MQConsole - JavaFX Console for IBM Websphere MQ
Before running, you must edit the broker.properties file and fill in the details of your Websphere message broker:
broker_hostname = <ip address="" or="" hostname="" where="" the="" broker="" is="" running="">
broker_port = <port where="" the="" broker="" listens="" to="" (default="1414)">
broker_channel = <channel name="">
broker_queue_manager = <queue manager="" name="">
broker_timeout = <timeout in="" milliseconds="" when="" waiting="" for="" a="" messsage="" response="">
On Mac OSX the broker.properties file is located inside the application package (right click and select "show package contents"),
in the folder Contents/Java.
On Windows, once you expand the zip file, the broker.properties file is located in the app folder inside the expanded structure.
JavaFX runtime is packaged together with the application, so there is no need to install extra stuff.
If you need further help setting up the application, detect a bug or have an idea for a cool new feature, don't hesitate to contact me through the email cemartins@netcabo.pt
Code contribution will be most welcome. If you feel like "getting your hands dirty" and you'd like to improve this application, please join in.
Anonymous