Skip to content
/ amqp Public

node.js amqplib Conn reContent publisher consumer Package

Notifications You must be signed in to change notification settings

chfeizy/amqp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

amqp

node.js amqplib Conn reContent publisher consumer Package

const amqp = require('./amqp');
(async () => {
    await amqp.getConn(io);
    Object.keys(consumers).forEach(function (key) {
      (async () => {
        try {
          await consumers[key](io);
        } catch (e) {
          logger.error(key, e, process.pid)
        }
      })();
    });
  })();

About

node.js amqplib Conn reContent publisher consumer Package

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published