Skip to content

Commit

Permalink
Merge branch 'master' of github.com:exabrial/graylog-plugin-openwire
Browse files Browse the repository at this point in the history
  • Loading branch information
exabrial committed Oct 27, 2018
2 parents 089e168 + bff2146 commit 7a5c1c9
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Bridges `ActiveMQ->Graylog`

Provides an input for Graylog using the ActiveMQ client library. Openwire is the native protocol for ActiveMQ, but all valid client ActiveMQ URLs can be used.

If you use Logback inside your JavaEE applications, I have two logback appenders you can use:
If you use Logback inside your Java [possibly EE] applications, I have two logback appenders you can use:

* https://github.com/exabrial/logback-jms-appender (Best for Java EE apps with a managed JMS Configuration)
* https://github.com/exabrial/logback-openwire-appender (Best for Spring Boot or non EE standalone apps)
Expand Down
17 changes: 17 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,23 @@
</resource>
</resources>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.0.1</version>
<executions>
<execution>
<id>source-package</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
<configuration>
<attach>true</attach>
<includePom>true</includePom>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
Expand Down

0 comments on commit 7a5c1c9

Please sign in to comment.