You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
const amqp = require('amqp-connection-manager');
const params = {
url :'amqp://root:Zn0Uc9Tz6A@[2007:777:666:0:a00:27ff:fed0:3f5c]:6005',
ex :'bic.core.topic.netdomain_change',
exType :'fanout',
durable : true,
routeKey : 'bic.core.topic.netdomain_change',
autoDelete : true,
queue : 'test2.10.20.84.68'
}
I must add [] for url parameter at AmqpConnectionManager 260 line new URL(connect),but in node.js 16,add [] is a wrong network to amqp.connect(connect, connectionOptions), how should I do now?
The text was updated successfully, but these errors were encountered:
const amqp = require('amqp-connection-manager');
const params = {
url :'amqp://root:Zn0Uc9Tz6A@[2007:777:666:0:a00:27ff:fed0:3f5c]:6005',
ex :'bic.core.topic.netdomain_change',
exType :'fanout',
durable : true,
routeKey : 'bic.core.topic.netdomain_change',
autoDelete : true,
queue : 'test2.10.20.84.68'
}
I must add [] for url parameter at AmqpConnectionManager 260 line new URL(connect),but in node.js 16,add [] is a wrong network to amqp.connect(connect, connectionOptions), how should I do now?
The text was updated successfully, but these errors were encountered: