👀 Auto-adder WIP

This commit is contained in:
2021-10-11 14:53:49 -07:00
parent 53b7e94135
commit 9ff79320da
5 changed files with 20 additions and 6 deletions

View File

@@ -56,8 +56,8 @@ amqp.connect("amqp://localhost", (error0, connection) => {
durable: false,
});
console.log(`Connected to ${queue} queue.`);
console.log(`Waiting for comic book cover data in ${queue}`);
console.log(`RabbitMQ: Connected to ${queue} queue.`);
console.log(`RabbitMQ: Waiting for comic book cover data in ${queue}`);
channel.consume(
queue,