Skip to content

Commit

Permalink
Debug breaking tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cressie176 committed May 27, 2024
1 parent c439164 commit 48c0198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/amqp/Subscription.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ function Subscription(broker, vhost, subscriptionConfig, counter) {
decorateWithRoutingHeaders(message);
if (immediateNack(message)) {
debug('Immediately nacking message: %s from queue: %s', message.properties.messageId, config.queue);
ackOrNack(session, message, true);
ackOrNack(session, message, new Error('Immediate nack'));
return;
}

Expand Down

0 comments on commit 48c0198

Please sign in to comment.