cloudamqp / amqp-client.js

AMQP 0-9-1 TypeScript client both for Node.js and browsers (using WebSocket)
https://cloudamqp.github.io/amqp-client.js/
Apache License 2.0
200 stars 19 forks source link

RPC Call (Point to Point) #114

Closed carlhoerberg closed 4 months ago

carlhoerberg commented 5 months ago

Discussed in https://github.com/cloudamqp/amqp-client.js/discussions/105

Let's implement a high level RPC API

dentarg commented 4 months ago

Duplicate of #106