[
https://issues.apache.org/jira/browse/ARTEMIS-4381?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Geert Schuring updated ARTEMIS-4381:
------------------------------------
Description:
The configuration setting "max-connections" should be called "max-sessions"
since it limits the amounts of sessions and not the connections.
[https://activemq.apache.org/components/artemis/documentation/latest/resource-limits.html#configuring-limits-via-resource-limit-settings]
After having limited the 'connections' using this setting I get the following
error even though this user has only 1 connection to the broker: (it does try
to create more then 1 sessions)
{quote}{{AMQ229110: Too many sessions for user 'user'}}
{quote}
was:
The configuration setting "max-connections" should be called "max-sessions"
since it limits the amounts of sessions and not the connections.
[https://activemq.apache.org/components/artemis/documentation/latest/resource-limits.html#configuring-limits-via-resource-limit-settings]
> resource-limit-settings max-connections should be called max-sessions
> ---------------------------------------------------------------------
>
> Key: ARTEMIS-4381
> URL: https://issues.apache.org/jira/browse/ARTEMIS-4381
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Components: Broker
> Affects Versions: 2.28.0
> Reporter: Geert Schuring
> Priority: Major
>
> The configuration setting "max-connections" should be called "max-sessions"
> since it limits the amounts of sessions and not the connections.
>
> [https://activemq.apache.org/components/artemis/documentation/latest/resource-limits.html#configuring-limits-via-resource-limit-settings]
> After having limited the 'connections' using this setting I get the following
> error even though this user has only 1 connection to the broker: (it does try
> to create more then 1 sessions)
> {quote}{{AMQ229110: Too many sessions for user 'user'}}
> {quote}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)