Thank you for that link about concurrent connections. It might be a way to satisfy the security requirement so I will look into it.
Daniel On Fri, Jan 28, 2022 at 5:54 AM Tim Bain <tb...@alumni.duke.edu> wrote: > Some of the answers at the bottom of the list of answers for > > https://stackoverflow.com/questions/5737923/how-do-i-limit-the-number-of-connections-jetty-will-accept > provide ways to limit the number of concurrent *connections*, but I didn't > see anything to limit the number of sessions. > > Tim > > On Wed, Jan 26, 2022, 3:42 PM Daniel Hjorth <dhjo...@gmail.com> wrote: > > > Hello, > > > > I am running ActiveMQ 5.15.14 and have a security requirement that the > web > > console use a limit on the number of concurrent user sessions. I have > > searched through the documentation and jetty.xml and didn't see anything > > regarding concurrent session limits. Is there a limit set by default? > If > > not, is there a way to configure a limit? > > > > Thanks! > > > > Daniel > > >