--
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.
It's something that plenty of people use messaging technologies for ;)Specifically due to the geographically distributed nature of the problemI'd recommend researching a star topology where local brokersmove messages around using Shovels [1]. There are discussionsof such architecture in list archives.Note that RabbitMQ is generally not designed for long term storage. While there arefeatures [2] that make it handle longer backlogs e.g. when consumers have been down for an extended period of time,this is something your design should take into account.
On Wed, Aug 8, 2018 at 12:46 AM, Damien R <dami...@gmail.com> wrote:
I'm rewiring my current architecture and have introduced RMQ.I have:Publisher -> RMQ BrokerI then have multiple consumers spread across different regions. Each message is processed (in this case performance checking a particular url) and a result is produced.My question is about the results. Because they are distributed across many applications, I need a way to aggregate and flush to disk (bulk insert queries to postgres, in this case).Would it be absurd for me to publish these results to a RMQ queue, and have a set of consumers pull the results down and process them?
--
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.