Merge branch 'adiDev' into develop
This commit is contained in:
commit
376b50f729
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ export async function init() {
|
||||||
console.log("[AMQ] Listening for message...");
|
console.log("[AMQ] Listening for message...");
|
||||||
|
|
||||||
createConsumer(queue, channel, handler); //----> (3) Process Consumer
|
createConsumer(queue, channel, handler); //----> (3) Process Consumer
|
||||||
createConsumer(queue_org, channel, handler_org);
|
// createConsumer(queue_org, channel, handler_org);
|
||||||
// createConsumer(queue2, channel, handler2);
|
// createConsumer(queue2, channel, handler2);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue