Home

Awesome

fs2-rabbit

CI Status Gitter Chat Maven Central <a href="https://typelevel.org/cats/"><img src="https://typelevel.org/cats/img/cats-badge.svg" height="40px" align="right" alt="Cats friendly" /></a> MergifyStatus Scala Steward badge

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

Dependencies

[!NOTE]

Add this to your build.sbt:

libraryDependencies += "dev.profunktor" %% "fs2-rabbit" % Version

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

libraryDependencies += "dev.profunktor" %% "fs2-rabbit-circe" % Version

Usage Guide

Check the official guide for updated compiling examples.

Adopters

CompanyDescription
CognotektMicroservice workflow management in Insuretech AI applications.
ITVInternal microservices interaction.
KlarnaMicroservice for Fintech services.
Philips LightingInternal microservices interaction.
Descartes KontainersMicroservice workflow management - Logistics applications.
CodacyInternal microservices interaction.
BudgetbakersInternal microservices communication - Fintech

Running tests locally

Start a RabbitMQ instance using docker compose (recommended):

> docker compose up
> sbt +test

Code of Conduct

See the Code of Conduct

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.