BedrockStreaming / AmqpBundle

Amqp client as a Symfony Service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add queue strategies

lucascourot opened this issue · comments

For performance reasons, it would be interesting to allow to chose different strategies for queuing messages. For example a "unique" strategy would keep references of the queued messages to prevent duplicating them into the queue.