assimbly / gateway

A message gateway based on Apache Camel
Apache License 2.0
69 stars 9 forks source link

Read environment variable to set activemq max connections #863

Open pedrocatalao opened 1 week ago

pedrocatalao commented 1 week ago

The environment variable DOVETAIL_AMQ_TCP_MAXIMUM_CONNECTIONS is already available inside the broker container. It shall be read during loading to set AMQ max connection to that value.

skin27 commented 21 hours ago

From tomorrow the maximum connections can be set on the Assimbly backend container with the environment variable: AMQ_MAXIMUM_CONNECTIONS I would propose the following: xlarge --> 500 2xlarge --> 1000 4xlarge --> 1500 Note when nothing is set 500 is used.