Documentation
¶
Overview ¶
Package matcher providers implementations for most basic AMQ match strategies.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Direct = New("direct", directMatchFunc)
Direct matcher matches if both, message routing key and binding key are equal.
View Source
var Fanout = New("fanout", fanoutMatchFunc)
Fanout matcher always matches
View Source
var Topic = New("topic", topicMatchFunc)
Topic matcher matches when routing key matches binding pattern, see AMQP specification for detailed information. There is no need to rewrite all rules here.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.