Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 866 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 866 Bytes

OpenMRS Module Bahmni-events Backend

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.

Packaging

mvn clean package

Prerequisite

JDK 1.8

Deploy

Copy openmrs-module-bahmnievents/omod/target/bahmni-events-1.0.0-SNAPSHOT.omod into OpenMRS modules directory and restart OpenMRS

ActiveMQ

ActiveMQ will be running as activemq service which is accessible at port 61616 through tcp protocol. Added service in docker-compose.yml file.

Sample event payload on bahmni-patient topic for patient create and update in OpenMRS format.