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