The purpose of this article is to configure IBM MQ with Wildfly.
- From the IBM website, download IBM MQ 9.0 resource adapter (9.0-IBMMQ-
Java-InstallRA)-
Go to https://www-945.ibm.com/support/fixcentral
-
Product Group: WebSphere
-
Select from WebSphere: WebSphere MQ
-
Installed Version: 9.0
-
Platform: All
-
Click Continue
-
Browse for Fixes
-
Show fixes that apply to this version (9.0)
-
Click Continue
-
Select 9.0.0.0-IBM-MQ-Java-InstallRA
-
Click Continue
-
Accept the license agreement to download the file
9.0.0.0-IBM-MQ-Java-InstallRA.jar
-
- Run the following command from the directory to which you downloaded the file.
Note that this command requires a Java™ Runtime Environment to be installed on
your machine and added to the system path.
-
java -jar 9.0.0.0-IBM-MQ-Java-InstallRA.jar
-
- wmq directory will be created containing the below files:
-
wmq.jmsra.ivt.ear
-
wmq.jmsra.rar Note: This is the WebSphere MQ Resource Adapter RAR file.
-
- Add the following properties in IA.properties file in the directory if they do not exist:
- Below is the sample Infogix Assure configuration:
- If the there is an existing deployment of Infogix Assure running on wildfly, then uninstall the Infogix assure and redeploy the application.
-
For Windows
clean.bat –c <myConfigName> <product> Note: Only run it if Infogix assure is already installed.
deploy.bat –c <myConfigName> <product> -
For UNIX or Linux
./clean.sh –c <myConfigName> <product> Note: Only run it if Infogix assure is already installed.
./deploy.sh –c <myConfigName> <product>
-
- Restart the WildFly Server by running the following scripts from <install_folder>/Infogix/bin
-
For Windows
stop-wildfly.bat -c <myConfigName>
start-wildfly.bat -c <myConfigName> -
For UNIX or Linux
./stop-wildfly.sh -c <myConfigName>
./start-wildfly.sh -c <myConfigName>
-
Comments
0 comments
Please sign in to leave a comment.