1.1.4 • Published 7 years ago
rabbit-routingkey-parser v1.1.4
rabbit-routingkey-parser
Parses routing keys for RabbitMq topics
Installation
$ npm install rabbit-routingkey-parser
Example
let Parser = require('rabbit-routingkey-parser')
let parser = new Parser()
parser.parse('brave.*.world', 'brave.new.world') // ['brave.new.world', 'new']