This commit is contained in:
AdisakKanthawilang 2024-11-15 16:41:29 +07:00
parent e43b3d0e46
commit d58170d2df

View file

@ -43,7 +43,7 @@ export async function init() {
console.log("[AMQ] Listening for message...");
createConsumer(queue, channel, handler); //----> (3) Process Consumer
createConsumer(queue_org, channel, handler_org);
// createConsumer(queue_org, channel, handler_org);
// createConsumer(queue2, channel, handler2);
}