UNPKG

@webda/amqp

Version:

Implements AMQP on webda

19 lines (18 loc) 357 B
{ "version": 2, "parameters": {}, "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 } } }