Help with RabbitMQ and the amount of queues created #2382
-
Shlink versionv4.4.4 PHP version8.4.4 How do you serve ShlinkDocker image Database engineMySQL Database version8.4.3 SummaryHi, I have the need to use the RabbitMQ integration so I can process visits to the short ulrs. Although I see the use for queues pointing to specific The fact that every click creates a new queue on Rabbit means that during a month's period I'm going to end up having hundreds of thousands of queues, I don't think that it will scale well enough. I wonder if there's an alternative to that approach, a way to only create the main Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
That's not correct. Shlink will create one queue per short URL and a global one, so that you can subscribe to visits globally or per short URL. So you'll end up with as many queues as short urls you create. |
Beta Was this translation helpful? Give feedback.
-
|
I have created an issue to track a potential improvement for this #2387 |
Beta Was this translation helpful? Give feedback.
I have created an issue to track a potential improvement for this #2387