JMS

Whenever a record is created, updated or removed Clepsydra Storage broadcasts a message via JMS to the DataInfoTopic topic. The message is an instance of javax.jms.ObjectMessage that contains as an object an instance of pl.psnc.synat.a9.common.dto.HeaderDTO that represents the header of the modified record.

In order to consume messages outside Java we recommend to replace the OpenJMS broker with ActiveMQ and subscribe to the topic using the APIs described at http://activemq.apache.org/cross-language-clients.html. For further information about configuring Clepsydra Storage for ActiveMQ please contact us.