Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 653 Bytes

0066-Allow-hooks-to-be-triggered-by-pulse-messages.md

File metadata and controls

18 lines (12 loc) · 653 Bytes

RFC 66 - Allow hooks to be triggered by pulse messages

  • Comments: #66
  • Initially Proposed by: @djmitche

Summary

It should be possible to configure a hook to fire when a pulse message on a given exhcange and with a given routing key is received.

Details

Each hook would have a configuration listing (exchange, routingPattern) pairs. When a matching message is received on pulse, the hook would be fired, given the pulse message as part of the JSON-e context.

Implementation