interprocess icon indicating copy to clipboard operation
interprocess copied to clipboard

Message queue receive filter predicate

Open yrashk opened this issue 9 months ago • 2 comments

I am interested to develop and contribute message queue predicate for filtering messages.

The use case is multiple consumers only some of which would be qualified/interested in consuming certain types of messages. Currently, I simulate this by requeueing the messages until it reaches the right consumer. This is obvious subefficient.

I wonder if there's any pre-existing notion of such functionality – and whether it would be of interest.

yrashk avatar Jun 17 '25 13:06 yrashk

@igaztanaga Hi Ion, pinging to see if there would be interest in such functionality?

yrashk avatar Jul 25 '25 04:07 yrashk

Reviewing old bugs. The feature seems interesting but it seems to me that it could not work with current message_queue philosophy (priority-based recepcion). Apart from the interface change, an efficient implementation probably would require a different implementation. Do you have something in mind to solve these issues?

igaztanaga avatar Jan 07 '26 08:01 igaztanaga