[rabbitmq-discuss] Can I get this behavior through a custom plugin?
Emile Joubert
emile at rabbitmq.com
Mon Oct 21 09:45:39 BST 2013
On 21/10/13 01:36, Dan Larkin wrote:
> So my question is simply: is this behavior possible?
You could create a queue for each client and constrain the max-length to
1. This is far from ideal since each worker will need a separate
subscription to each possible client-id, and the queue length limit
ignores unacknowledged messages.
I agree with Michael that a key-value store or external synchronisation
is a better solution for your problem.
-Emile
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: OpenPGP digital signature
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20131021/5959cb0b/attachment.pgp>
More information about the rabbitmq-discuss
mailing list