Hi Community,
Applied is in the process of upgrading to version 11. We're already familiar with RabbitMQ, so the first upgrade [development] went quite well.
Post install, looking at RabbitMQ's console, there are quite a few exchanges set up with names like "Espace_Tenant__e1". The assumption is 1 exchange/eSpace.
Does anyone know what functionality OS 11 is using in RabbitMQ and why? A quick search for white papers, docs, etc didn't turn up much.Thanks in advance,
Applied
You can see here, how OutSystems uses RabbitMQ: https://success.outsystems.com/Support/Enterprise_Customers/Maintenance_and_Operations/Cache_Invalidation_in_OutSystems_11
Basically, it's the technology used to implement a publish/subscribe pattern to invalidate cache.
Cristiana Umbelino wrote:
Basically, it's the technology to implement a publish/subscribe pattern to invalidate cache.
Thanks Christiana! :)