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-1.0.0.jar download
splunk.jms.activemq-1.0.0.pom download
splunk.jms.activemq-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.hqstevenson.splunk</groupId>
  <artifactId>splunk.jms.activemq</artifactId>
  <version>1.0.0</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'com.github.hqstevenson.splunk:splunk.jms.activemq:1.0.0'
Gradle Kotlin
implementation("com.github.hqstevenson.splunk:splunk.jms.activemq:1.0.0")
Scala SBT
libraryDependencies += "com.github.hqstevenson.splunk" % "splunk.jms.activemq" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.hqstevenson.splunk', module='splunk.jms.activemq', version='1.0.0')
)
Apache Ivy
<dependency org="com.github.hqstevenson.splunk" name="splunk.jms.activemq" rev="1.0.0" />
Leiningen
[com.github.hqstevenson.splunk/splunk.jms.activemq "1.0.0"]
Apache Buildr
'com.github.hqstevenson.splunk:splunk.jms.activemq:jar:1.0.0'