Sushma created FLUME-2834:
-----------------------------
Summary: TIBCO JMS with SSL enable
Key: FLUME-2834
URL: https://issues.apache.org/jira/browse/FLUME-2834
Project: Flume
Issue Type: Question
Components: Sinks+Sources
Affects Versions: v1.4.0
Environment: linux
Reporter: Sushma
I am trying to use JMS source with ssl enabled, but i am facing issues, below
is my config for the jms source ...
agent.sources.mySrc.type = jms
agent.sources.mySrc.initialContextFactory =
com.tibco.tibjms.naming.TibjmsInitialContextFactory
agent.sources.mySrc.providerURL = tibjmsnaming://<server>:<port>
agent.sources.mySrc.destinationName = MYQUEUE
agent.sources.mySrc.destinationType = queue
agent.sources.mySrc.batchSize=50
agent.sources.mySrc.connectionFactory = QueueConnectionFactory
agent.sources.mySrc.userName=user
agent.sources.mySrc.passwordFile=/opt/flume/conf/password.txt
agent.sources.mySrc.converter.type=org.apache.flume.source.jms.ELFJMSMessageEventUUIDConverter$Builder
agent.sources.mySrc.selector.type = multiplexing
agent.sources.mySrc.selector.header=zone
agent.sources.mySrc.selector.optional.TIBCO = myChannel1 myChannel2
agent.sources.mySrc.selector.optional.COMMON = myChannel1
# SSL properties for JMS source mySrc
agent.sources.mySrc.ssl=true
agent.sources.mySrc.keystore=/opt/flume/conf/jmsSslKey.store
agent.sources.mySrc.keystore-password=/opt/flume/conf/jmsPassword.txt
agent.sources.mySrc.keystore-type= store
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)