@webda/amqp
Version:
Implements AMQP on webda
58 lines (41 loc) • 2.45 kB
Markdown
This module is part of Webda Application Framework that allows you to quickly develop applications with all modern prerequisites: Security, Extensibility, GraphQL, REST, CloudNative [https://webda.io](https://webda.io)
<img src="https://webda.io/images/webda.svg" width="128" />

[](https://gitter.im/loopingz/webda?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[](https://codecov.io/gh/loopingz/webda.io)
[](https://sonarcloud.io/summary/new_code?id=loopingz_webda.io)

<!-- README_HEADER -->
Pub/Sub and Queue implementation using amqp protocol.
You can use it with RabbitMQ or any other AMQP compatible server.
```json
{
"services": {
"queue": {
"type": "AMQPQueue",
"endpoint": "amqp://localhost:5672",
"queue": "webda-test",
"maxConsumers": 1
},
"pubsub": {
"type": "AMQPPubSub",
"endpoint": "amqp://localhost:5672",
"channel": "webda-test-pub",
"maxConsumers": 1
}
}
}
```
<!-- README_FOOTER -->
<!--
Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor](mailto:sponsor@webda.io)
-->
Arize AI is a machine learning observability and model monitoring platform. It helps you visualize, monitor, and explain your machine learning models. [Learn more](https://arize.com)
[<img src="https://arize.com/hubfs/arize/brand/arize-logomark-1.png" width="200">](https://arize.com)
Loopingz is a software development company that provides consulting and development services. [Learn more](https://loopingz.com)
[<img src="https://loopingz.com/images/logo.png" width="200">](https://loopingz.com)
Tellae is an innovative consulting firm specialized in cities transportation issues. We provide our clients, both public and private, with solutions to support your strategic and operational decisions. [Learn more](https://tellae.fr)
[<img src="https://tellae.fr/" width="200">](https://tellae.fr)