WorkQueuePolicy - understand "disjoint filter subjects" #3637
-
Hi, I am new to NATS, and I am playing with Jetstream and the different retention policies, especially the WorkQueuePolicy. However, I manage to do the following using nats-cli and a local nats-server started in Jetstream mode:
Here, to me the subjects are overlaping, as both can match a message published on a subject such as Could you explain why please? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
WorkQueue based streams allow only one consumer, but you can attach as many applications as desired. You might look at InterestPolicy instead for your needs. |
Beta Was this translation helpful? Give feedback.
WorkQueue based streams allow only one consumer, but you can attach as many applications as desired. You might look at InterestPolicy instead for your needs.