Joseph Harris

Results 1 comments of Joseph Harris

@sur-ser Nice one on this, for anyone having this issue, you can edit `node_modules\@golevelup\nestjs-rabbitmq\lib\amqp\connection.js` and replace condition at 387 with ```js if (!(0, utils_1.matchesRoutingKey)(msg.fields.routingKey, rpcOptions.routingKey)) { channel.nack(msg, false, true); return;...