Skip to content

Simple playframework module to use rabbitmq as bridge for publish subscribe between different play apps

Notifications You must be signed in to change notification settings

thovid/play-rabbitmq-eventstream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Play RabbitMQ Eventing

This is a simple playframework module for using rabbitMQ to publish events between different play apps

Features

  • tbd

Getting the module

The module can be included by adding the resolvers

resolvers += Resolver.url("thovid play modules on github (releases)", url("http://thovid.github.com/releases/"))(Resolver.ivyStylePatterns)

resolvers += Resolver.url("thovid play modules on github (snapshots)", url("http://thovid.github.com/snapshots/"))(Resolver.ivyStylePatterns)

to the build file and using the dependency

"de.thovid" %% "play-rabbitmq-eventstream" % "1.0.0"

Supported versions

Currently, only playframework 2.2.x and scala 2.10 are supported. The module is in an early stage of development. The current version is 1.0.0.

Using the module

tbd

Licence

APACHE 2 Licence http://www.apache.org/licenses/LICENSE-2.0.txt

About

Simple playframework module to use rabbitmq as bridge for publish subscribe between different play apps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages