Merge branch 'adiDev' into develop

This commit is contained in:
AdisakKanthawilang 2024-11-15 16:42:23 +07:00
commit 376b50f729

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);
}