Supabase realtime messaging guarantees and delivery to single client

As the title says, is it possible?

Lets say I have 10 clients connected to a specific realtime query filter, I want only one of them to get the messages.

Also I want some form of guarantee in terms of message being received.

Even if the latter is not possible (like a message broker), is the former feasible?

Basically, I think I am trying to use Realtime as a queue/message broker system it seems.
Was this page helpful?