Results 3 issues of Paul Vitic

## 📖 Documentation I have a few deprecated implementations after upgrading to 2.10 but cant seem to find examples on how to upgrade. Would appreciate if I could get some...

**Describe the bug** Following the Marble docs for creating an amqp publisher I receive the following error on app start-up `(node:90349) UnhandledPromiseRejectionWarning: TypeError: rabbitMqClient.send is not a function` because the...

bug
scope: messaging
needs reproducible example

I have build an image with name & tag *platform/latest* and appropriately declared ROOT_URL as "http://localhost:3000" in docker-compose. ``` version: '3' services: rabbitmq: build: ./rabbitmq volumes: - ./rabbitmq/rabbitmq.config:/etc/rabbitmq/rabbitmq.config:ro - ./rabbitmq/definitions.json:/etc/rabbitmq/definitions.json:ro...