I want to create a Java standalone application it should be an .exe and install it in the local machine for connecting via JMS to a client Queue Manager. Example: The scenario is like the project should be developed to connect to active MQ client queue from the local machine connecting via JMS. If i put a message in the application it should connect to client Queue through QCF in a standalone application without installing in WebSphere server.
Is there way to implement or any example that I can take to build this project?