--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-users+unsubscribe@googlegroups.com.
To post to this group, send email to rabbitmq-users@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
this is much easier than any other alternative :)Thank you!It's interesting that you decided to deduplicate at the exchange level but I can see how
2) Produce and distribute binary builds via GitHub releases1) Document what RabbitMQ versions are supportedIt would be nice if you could
On Thu, Mar 1, 2018 at 8:52 PM, noxdafox <noxd...@gmail.com> wrote:
Hi everybody,
I often found myself in need of de-duplicating RabbitMQ messages and I usually ended up relying on producer/consumer implementations based on third party data storages.
To learn a bit more about RabbitMQ and Elixir, I decided to build a simple message de-duplication plugin.
It is pretty simple and I didn't manage to test it at scale yet but so far it looks promising.
I shared it on my git account:
https://github.com/noxdafox/rabbitmq-message-deduplication
Contributions and comments are more than welcome :)
Matteo.
--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-user...@googlegroups.com.
To post to this group, send email to rabbitm...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-users+unsubscribe@googlegroups.com.
To post to this group, send email to rabbitmq-users@googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-users+unsubscribe@googlegroups.com.
To post to this group, send email to rabbitmq-users@googlegroups.com.
Interesting. How does it work for queues, implementation-wise?
On Thu, May 10, 2018 at 11:07 AM, noxdafox <noxd...@gmail.com> wrote:
UPDATE: I added support for queue de duplication
Since version 0.2.0 of the plugin, it is possible to de duplicate messages both at the exchange and at the queue sides.
As a general guideline: queue level de duplication is to be used to ensure no duplicate messages are stored within a given queue at the same time.
Exchange level de duplication instead, allows to de duplicate messages over time windows. In other words allows to prevent the same message to be routed more than once in a given period of time.
--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-users+unsubscribe@googlegroups.com.
To post to this group, send email to rabbitm...@googlegroups.com.
--MKStaff Software Engineer, Pivotal/RabbitMQ
--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-users+unsubscribe@googlegroups.com.
To post to this group, send email to rabbitmq-users@googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-users+unsubscribe@googlegroups.com.
To post to this group, send email to rabbitmq-users@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Should be no different from any other header, which has certainly been discussed before on this list and teh Internet.The right thing to do in the vast majority of cases is to use a policy [1].
On Fri, Jul 6, 2018 at 12:03 PM, Akshaya <nach...@gmail.com> wrote:
Hi,Could you please provide one sample command using rabbitmqadmin while declaring queue or exchange?How to specifiy this as header -x-message-deduplication?Also it is possible to edit the existing messages and queues?- Akshaya
On Thursday, March 1, 2018 at 11:22:59 PM UTC+5:30, noxdafox wrote:Hi everybody,
I often found myself in need of de-duplicating RabbitMQ messages and I usually ended up relying on producer/consumer implementations based on third party data storages.
To learn a bit more about RabbitMQ and Elixir, I decided to build a simple message de-duplication plugin.
It is pretty simple and I didn't manage to test it at scale yet but so far it looks promising.
I shared it on my git account:
https://github.com/noxdafox/rabbitmq-message-deduplication
Contributions and comments are more than welcome :)
Matteo.
--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-user...@googlegroups.com.
To post to this group, send email to rabbitm...@googlegroups.com.