Add optional default channel to 'pub'

Description

If there is no subscriber for a topic the message gets silently dropped. I suggest to add an optional default channel that receives all those messages. The default channel can then be used in scenarios, where the complete set of topics might be unknown beforehand.
This functionality resembles the 'dead letter' pattern in messaging systems.

Environment

None

Attachments

1
  • 09 Dec 2013, 04:10 PM

Activity

Show:

import December 8, 2016 at 12:28 AM

Comment made by: terje

I second supporting a default channel for pub. Use cases include:

1. Report missing/unsubscribed topics, aiding in development and debugging.
2. Catch messages entering before topics have been subscribed, providing a means to expose messages otherwise dropped due to late/delayed subscriptions.
3. Chain publications with different topic-fns.

Details

Assignee

Reporter

Patch

Code and Test

Priority

Created December 9, 2013 at 4:10 PM
Updated December 8, 2016 at 12:28 AM

Flag notifications