Menu

Tree [1ecc8e] master /
 History

HTTPS access


File Date Author Commit
 src 2014-01-17 Carlos Martins Carlos Martins [1ecc8e] Toggle queue shareability
 .gitignore 2013-12-13 cemartins cemartins [a36451] ignore DS_Store
 README 2013-11-14 Carlos Martins Carlos Martins [3a898b] site tweaks
 pom.xml 2013-12-19 Carlos Martins Carlos Martins [68dc59] new error dialogs

Read Me

MQConsole - JavaFX Console for IBM Websphere MQ

Before running, 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 the broker.properties file is located in the app folder.

The project is configured as a maven project
Main class is net.sf.juffrou.mq.ui.Main
In the development environment the broker.properties file is located in ${basedir}/src/main/deploy

Before deploying, artifacts or site, create a shell on sourceforge with the command
> ssh YOUR_LOGIN,mqconsole@shell.sourceforge.net create
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.