test
This commit is contained in:
parent
e43b3d0e46
commit
d58170d2df
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue