s

stream-log

An executable jar that streams log data received via stdin to ActiveMQ. (powered by Camel)
Files download
File Operation
stream-log-1.1.jar download
stream-log-1.1.pom download
stream-log-1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.fusesource.fabric.bridge</groupId>
  <artifactId>stream-log</artifactId>
  <version>1.1</version>
</dependency>
Gradle Groovy
implementation 'org.fusesource.fabric.bridge:stream-log:1.1'
Gradle Kotlin
implementation("org.fusesource.fabric.bridge:stream-log:1.1")
Scala SBT
libraryDependencies += "org.fusesource.fabric.bridge" % "stream-log" % "1.1"
Groovy Grape
@Grapes(
  @Grab(group='org.fusesource.fabric.bridge', module='stream-log', version='1.1')
)
Apache Ivy
<dependency org="org.fusesource.fabric.bridge" name="stream-log" rev="1.1" />
Leiningen
[org.fusesource.fabric.bridge/stream-log "1.1"]
Apache Buildr
'org.fusesource.fabric.bridge:stream-log:jar:1.1'