PsyTae
Results
2
issues of
PsyTae
I was looking for a way in the rabbot docs to see if there was a way to call the amqplib's channel.checkQueue('foobar'). This returns an object like { queue: 'foobar',...
Here is my DB Connection ``` var mysql = require('mysql2'), // mysql2 // MYSQL Connection Info: var db_config = { connectionLimit: 10, waitForConnections: true, host: 'a.server.our.in.the.cloud.us-west-2.rds.amazonaws.com', port: '3306', user: 'XXXXXXXX',...