This repository has the advice written on OpenMRSObject Services which can further used to generate and publish event to the configured JMS. We are using JNDI JMS resource to connect. We have tested against activeMQ JMS implementation as of now. The format of the event payload is in OpenMRS format.
mvn clean package
JDK 1.8
Copy openmrs-module-bahmnievents/omod/target/bahmni-events-1.0.0-SNAPSHOT.omod
into OpenMRS modules directory and restart OpenMRS
ActiveMQ will be running as activemq service which is accessible at port 61616 through tcp protocol. Added service in docker-compose.yml file.