dnvriend / reactive-activemq   0.0.28

Apache License 2.0 GitHub

An akka-streams implementation to consume and produce messages from ActiveMq queues and topics.

Scala versions: 2.12 2.11

reactive-activemq 0.0.16


Group ID:
com.github.dnvriend
Artifact ID:
reactive-activemq_2.11
Version:
0.0.16
Release Date:
Jul 9, 2016
Licenses:

libraryDependencies += "com.github.dnvriend" %% "reactive-activemq" % "0.0.16"
resolvers += Resolver.bintrayRepo("dnvriend", "maven")

Mill build tool

ivy"com.github.dnvriend::reactive-activemq:0.0.16"
MavenRepository("https://dl.bintray.com/dnvriend/maven")

Scala CLI

//> using dep "com.github.dnvriend::reactive-activemq:0.0.16"

Ammonite REPL

import $ivy.`com.github.dnvriend::reactive-activemq:0.0.16`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray dnvriend maven",
  "Some(https://dl.bintray.com/dnvriend/maven)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>com.github.dnvriend</groupId>
  <artifactId>reactive-activemq_2.11</artifactId>
  <version>0.0.16</version>
</dependency>

compile group: 'com.github.dnvriend', name: 'reactive-activemq_2.11', version: '0.0.16'