@purista/amqpbridge v2.0.5
PURISTA API / @purista/amqpbridge
@purista/amqpbridge
Package for using a AMQP broker like rabbitMQ as event bridge.
Example usage:
typescript
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