redis-smq icon indicating copy to clipboard operation
redis-smq copied to clipboard

Feature request: Topic based routing

Open affohsalif93 opened this issue 2 years ago • 2 comments

Do you plan on implementing any kind of topic based routing? much like a message broker? Awesome library BTW.

affohsalif93 avatar Mar 20 '22 18:03 affohsalif93

Thank you for opening this issue.

I am not sure if we can implement topic based routing without sacrificing performance.

Keeping this issue open until further updates.

weyoss avatar Mar 22 '22 17:03 weyoss

UPD: This feature is currently under active development and will be introduced in v7.1.0 release which will bring 3 new exchanges (transports) for publishing messages:

  • Direct Exchange: a message is published based on an exact match with the specified queue.
  • Topic Exchange: a message is published based on a pattern match.
  • Fanout Exchange: a message is published to all queues that are bound to a given binding key.

weyoss avatar Aug 30 '22 08:08 weyoss

Closing as resolved.

weyoss avatar Oct 06 '22 16:10 weyoss