Skip to content

A Java library for interacting with Fedmsg. Only handles emitting for now, not receiving.

License

wcott/fedmsg-java

 
 

Repository files navigation

fedmsg-java

Build Status

A small library for emitting messages to the fedmsg bus from Java.

javadoc.

NOTE: If using this with a Jenkins master hosted on JDK 1.6, you must also compile this dependency on a 1.6 JVM.

Developing

$ sudo yum install sbt

$ git clone git://github.com/fedora-infra/fedmsg-java # for anonymous clone
# - OR -
$ git clone git@github.com:fedora-infra/fedmsg-java # for fedora-infra members

$ cd fedmsg-java && sbt compile

License

Apache 2.

About

A Java library for interacting with Fedmsg. Only handles emitting for now, not receiving.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 91.0%
  • Scala 4.2%
  • Shell 3.6%
  • Makefile 1.2%