0.0.0 • Published 8 years ago

amqp-match v0.0.0

Weekly downloads
352
License
ISC
Repository
-
Last release
8 years ago

amqp-match

transforms amqp routing keys to regular expressions for more convenient runtime matching

  amqp-match
    ✓ should match this.key to this.key (direct equality)
    ✓ should match this.new.key to this.*.key (single word wildcard)
    ✓ should not match this.new.other.key to this.*.key (single word wildcard)
    ✓ should match this.new.kinda.key to this.#.key (multi word wildcard)
    ✓ should not match some.new.kinda.key to this.#.key (single word wildcard)