IBM MQ exposes the JMS interface to connect with Camunda Spring boot using the mq-jms-spring-boot-starter
library as a dependency in the POM.xml file. The message being delivered to Camunda is modeled as XML- SOAP format and posted on queue through MQJ explorer. Here, MQJ explorer acts as a client to IBM MQ. We will have methods to start and stop the JMS listener, as well as methods to know the status and setting maxConnectionSize.
Prerequisites
- Eclipse (any version) with Maven capabilities
- Java 8+
- IBM MQ and MQJ Explorer
- Camunda
Installing Eclipse-IDE on Windows
- Click on the link: https://www.eclipse.org/downloads/download.php?file=/oomph/epp/2020-09/R/eclipse-inst-jre-win64.exe.
- Download the eclipse-inst-jre-win64.exe file and run the eclipse installer.
- Select Eclipse IDE for Eclipse committers and install.
Creating a Maven Project in Eclipse IDE
from DZone.com Feed https://ift.tt/3oHcmyB
No comments:
Post a Comment