We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5650a0f commit 9bea69bCopy full SHA for 9bea69b
rabbitmq/consumer.js
@@ -4,7 +4,7 @@ connect();
4
async function connect() {
5
6
try {
7
- const amqpServer = "amqp://tkgdqstw:[email protected]/tkgdqstw" //"amqp://localhost:5672"
+ const amqpServer = "amqp://localhost:5672"
8
const connection = await amqp.connect(amqpServer)
9
const channel = await connection.createChannel();
10
await channel.assertQueue("jobs");
rabbitmq/publisher.js
@@ -6,7 +6,7 @@ connect();
11
12
0 commit comments