@webda/amqp
TypeScript icon, indicating that this package has built-in type declarations

4.0.0-beta.1 • Public • Published

@webda/amqp module

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

CI

Join the chat at https://gitter.im/loopingz/webda codecov SonarCloud.io CodeQL

Pub/Sub and Queue implementation using amqp protocol. You can use it with RabbitMQ or any other AMQP compatible server.

Usage

{
  "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
    }
  }
}

Sponsors

Arize AI is a machine learning observability and model monitoring platform. It helps you visualize, monitor, and explain your machine learning models. Learn more

Loopingz is a software development company that provides consulting and development services. Learn more

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

/@webda/amqp/

    Package Sidebar

    Install

    npm i @webda/amqp

    Homepage

    webda.io

    Weekly Downloads

    19

    Version

    4.0.0-beta.1

    License

    none

    Unpacked Size

    30.1 kB

    Total Files

    14

    Last publish

    Collaborators

    • loopingz
    • 8llouch