You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 6, 2026. It is now read-only.
Jim Cowart edited this page Jan 16, 2013
·
1 revision
postal.federation adds a wire tap to the local instance of postal, and any message that is published locally gets compared to the filters, to determine if it can be sent to remote instances. The canSendRemote( channel, topic ) method - which is fired inside the wire tap - is the method that executes the comparison of the candidate postal envelope to the filters. Under the hood, the postal bindings resolver is being used to compare the channel/topic of the message to the filters.