Skip to content

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

Notifications You must be signed in to change notification settings

mateodelnorte/amqp-match

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

amqp-match

Greenkeeper badge

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)

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published