<div dir="ltr">Hi<br><br>I want to build a pubsub system with a finite number of queues and exchanges and a growing number of bindings.<br>A simple example is users (queues) that subscribe (bindings) to articles (exchanges).<br>
In the first 24H since an article has been published we want subscribers to get updates (comments) in real time<br>but after that when the frequency of new comments will decrease it&#39;s ok if updates will be delivered in a delay.<br>
I don&#39;t want to limit the number of articles a user can subscribe to, so over time the bindings can grow exponentially.<br><br>Do I have to keep all bindings in memory or is there a mode where rabbitmq can read binding keys from disk when needed?<br>
<br>Ben<br><br><br></div>