@purista/amqpbridge
TypeScript icon, indicating that this package has built-in type declarations

1.11.0 • Public • Published

@purista/amqpbridge

Package for using a AMQP broker like rabbitMQ as event bridge.

Example usage:

import { AmqpBridge } from '@purista/amqpbridge'

// create and init our eventbridge
const config = {
  url: 'amqp://localhost'
}

const eventBridge = new AmqpBridge(config)
await eventBridge.start()

Visit purista.dev

Follow on Twitter @purista_js
Join the Discord Chat

PURISTA - Typescript framework for IoT, microservices, and serverless | Product Hunt

Readme

Keywords

none

Package Sidebar

Install

npm i @purista/amqpbridge

Homepage

purista.dev

Weekly Downloads

50

Version

1.11.0

License

ISC

Unpacked Size

108 kB

Total Files

112

Last publish

Collaborators

  • sebastianwessel