Skip to content

Latest commit

 

History

History
56 lines (39 loc) · 2.53 KB

README.md

File metadata and controls

56 lines (39 loc) · 2.53 KB

fs2-rabbit

Build Status Codacy Badge Gitter Chat codecov Maven Central

Stream-based library for RabbitMQ built-in on top of Fs2 and the RabbitMq Java Client.

Dependencies

Add this to your build.sbt:

libraryDependencies += "com.github.gvolpe" %% "fs2-rabbit" % Version

And this one if you would like to have Json support:

libraryDependencies += "com.github.gvolpe" %% "fs2-rabbit-circe" % Version

fs2-rabbit has the following dependencies and it's cross compiled to Scala 2.11.12 and 2.12.6:

Dependency Version
cats 1.1.0
cats-effect 1.0.0-RC2
fs2 1.0.0-M1
circe 0.10.0-M1
amqp-client 4.6.0

Usage Guide

Check the official guide for updated compiling examples.

Adopters

Company Description
Cognotekt Microservice workflow management in Insuretech AI applications.
Klarna Microservice for Fintech services.
Philips Lighting Internal microservices interaction.

LICENSE

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this project except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.