s

splunk.jms.activemq

A library to assist in collecting data from ActiveMQ JMS Messages and building property-formatted JSON payloads for Splunk Events for delivery to a Splunk HTTP Event Collector
https://github.com/hqstevenson/splunk-jms-activemq
The Apache License, Version 2.0
Quinn Stevenson
Files download
File Operation
splunk.jms.activemq-0.5.10.jar download
splunk.jms.activemq-0.5.10.pom download
splunk.jms.activemq-0.5.10-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.hqstevenson.splunk</groupId>
  <artifactId>splunk.jms.activemq</artifactId>
  <version>0.5.10</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'com.github.hqstevenson.splunk:splunk.jms.activemq:0.5.10'
Gradle Kotlin
implementation("com.github.hqstevenson.splunk:splunk.jms.activemq:0.5.10")
Scala SBT
libraryDependencies += "com.github.hqstevenson.splunk" % "splunk.jms.activemq" % "0.5.10"
Groovy Grape
@Grapes(
  @Grab(group='com.github.hqstevenson.splunk', module='splunk.jms.activemq', version='0.5.10')
)
Apache Ivy
<dependency org="com.github.hqstevenson.splunk" name="splunk.jms.activemq" rev="0.5.10" />
Leiningen
[com.github.hqstevenson.splunk/splunk.jms.activemq "0.5.10"]
Apache Buildr
'com.github.hqstevenson.splunk:splunk.jms.activemq:jar:0.5.10'