profunktor/fs2-rabbit
{ "createdAt": "2017-05-30T14:50:53Z", "defaultBranch": "master", "description": ":rabbit: RabbitMQ stream-based client built on top of Fs2", "fullName": "profunktor/fs2-rabbit", "homepage": "https://fs2-rabbit.profunktor.dev/", "language": "Scala", "name": "fs2-rabbit", "pushedAt": "2025-10-03T20:31:40Z", "stargazersCount": 153, "topics": [ "amqp", "amqp-client", "fs2", "rabbitmq", "rabbitmq-client", "stream", "streaming" ], "updatedAt": "2025-10-03T20:02:42Z", "url": "https://github.com/profunktor/fs2-rabbit"}fs2-rabbit
Section titled “fs2-rabbit”Stream-based library for RabbitMQ built-in on top of Fs2 and the RabbitMq Java Client.
Dependencies
Section titled “Dependencies”From
5.4.0onwards, the library is published only for Scala3.xand2.13.x
For Scala2.12.xuse the latest<= 5.3.xversions.
Previous artifacts<= 2.0.0-RC1were published using thecom.github.gvolpegroup id (see migration guide)
Add this to your build.sbt:
libraryDependencies += "dev.profunktor" %% "fs2-rabbit" % VersionAnd this one if you would like to have Json support:
libraryDependencies += "dev.profunktor" %% "fs2-rabbit-circe" % VersionUsage Guide
Section titled “Usage Guide”Check the official guide for updated compiling examples.
Adopters
Section titled “Adopters”| Company | Description |
|---|---|
| Cognotekt | Microservice workflow management in Insuretech AI applications. |
| ITV | Internal microservices interaction. |
| Klarna | Microservice for Fintech services. |
| Philips Lighting | Internal microservices interaction. |
| Descartes Kontainers | Microservice workflow management - Logistics applications. |
| Codacy | Internal microservices interaction. |
| Budgetbakers | Internal microservices communication - Fintech |
Running tests locally
Section titled “Running tests locally”Start a RabbitMQ instance using docker compose (recommended):
> docker compose up> sbt +testCode of Conduct
Section titled “Code of Conduct”See the Code of Conduct
LICENSE
Section titled “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.