Logstash-jms-input (JMS consumer died)

Hei buddies,

i've an issue when i run logstash config with logstash-input-jms.

This is my logstash config:

input {
jms {
destination => "log.to.logstash.pipeline"
username => ""
password => "!"
yaml_file => "/home/mrizky/elk-stack/logstash-6.4.2/config/jms.yml"

}

}

filter {
}

output {

stdout {
codec => rubydebug
}
}

and this is my yms file

ems:
:jndi_name: QueueConnectionFactory
:jndi_context:
java.naming.factory.initial: com.tibco.tibjms.naming.TibjmsInitialContextFactory
java.naming.provider.url: tcp://xxx.xxx.xxx.xx:7334
:username: xxxxxx
:password: xxxxxx7334!
:require_jars:
- /home/mrizky/tibco-garuda-home/ems/7.0/lib/jms.jar
- /home/mrizky/tibco-garuda-home/ems/7.0/lib/tibjms.jar
- /home/mrizky/tibco-garuda-home/ems/7.0/lib/tibcrypt.jar

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