Open AntAgna opened 3 years ago
Example implementations of RPC on https://rabbitmq.com recommend to declare a queue without a name to receive the answers from the RPC server. When a queue is declared without a name, the RabbitMQ server will generate a random name.
Example implementations of RPC on https://rabbitmq.com recommend to declare a queue without a name to receive the answers from the RPC server. When a queue is declared without a name, the RabbitMQ server will generate a random name.
92