🎄 Happy Holidays! 🥳
Most of Solace is closed December 24–January 1 so our employees can spend time with their families. We will re-open Thursday, January 2, 2024. Please expect slower response times during this period and open a support ticket for anything needing immediate assistance.
Happy Holidays!
Please note: most of Solace is closed December 25–January 2, and will re-open Tuesday, January 3, 2023.
Cant create more than 100 queues. solace docker image.
Cant create more than 100 queues.
Cant create more than 100 connection.
How can we extend it ?
Comments
-
You're on the 100 scaling tier. You need to increase this - the 100 (default) tier allows 100 connections.
1 -
As Tom said.
But for lazy people like me who uses docker, I always start my new broker directly to 1000 scaling tier like this
docker run -d -p xxxx:xxxx --shm-size=2g --env username_admin_globalaccesslevel=admin --env username_admin_password=admin --env system_scaling_maxconnectioncount=1000 --name=solace solace/solace-pubsub-standard
3 -
You can use the instructions on this thread to upgrade to 1000 connection tier.
https://solace.community/discussion/225/increasing-max-connection-limit-of-your-pubsub-broker#latest1