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