|
|
14 years ago | |
|---|---|---|
| src/com/blangdon/flume/hornetq | 14 years ago | |
| .gitignore | 14 years ago | |
| LICENSE | 14 years ago | |
| README.md | 14 years ago | |
| build.xml | 14 years ago | |
This plugin has been built for and tested with Cloudera's Flume v0.9.4 from CDH3 in order to provide interoperability with HornetQ Messaging queue.
lib directory of the download package into the Flume lib directory: cp ./hornetq-2.2.14.Final/lib/*.jar /usr/lib/flume/lib/.git clone git://github.com/brettlangdon/flume-hornetq.gitcd ./flume-hornetq then antflume-hornetq.jar into Flume lib directory: cp flume-hornetq.jar /usr/lib/flume/lib.com.blangdon.flume.hornetq.HornetQJMSSink to the flume.plugin.classes property in your Flume site config: /etc/flume/cponf/flume-site/xml.Provides a producer to send events to HornetQ
hornetQJMSSink( queueName, [jnpHost, jnpPort] )
collector: autoCollectorSource() | hornetQJMSSink("/queue/name");