Uploaded image for project: 'Flume'
  1. Flume
  2. FLUME-2834

TIBCO JMS with SSL enable

    XMLWordPrintableJSON

Details

    • Question
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 1.4.0
    • None
    • Sinks+Sources
    • linux

    Description

      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

      1. 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

      Attachments

        Activity

          People

            Unassigned Unassigned
            sgattu Sushma
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: