rabbit-routingkey-parser
v2.0.0
Published
Parses routing keys for RabbitMQ topics
Downloads
264
Readme
rabbit-routingkey-parser
Parses routing keys for RabbitMq topics
Installation
$ npm install rabbit-routingkey-parserExample
let Parser = require('rabbit-routingkey-parser')
let parser = new Parser()
parser.parse('brave.*.world', 'brave.new.world') // ['brave.new.world', 'new']