Tibco EMS/JMS plugin integration with Logstash

Has anyone integrated the input JMS plugin with logstash.
I am trying to send events/messages from Tibco ESB and want to recieve that in logstash but could not find the configuration details.
Can somebody help with the changes in logstash.yml and conf file for input from JMS.
Or any way i can receive messages/events from a JMS Queue.

AFAIK it's not available out of the box. However in one of my setup, I had to write a custom BusinessWorks service to read from EMS, dump into a file, and then read the file via logstash and index it into elasticsearch.

Incidentally it is supported as a community plugin. More details here: https://github.com/logstash-plugins/logstash-input-jms

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.