You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by srramu45 <sb...@gmail.com> on 2017/09/14 17:25:01 UTC

Maximum number of connections to Activemq

How to find out maximum number of connection in Activemq and change the
default value ?



--
Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Re: Maximum number of connections to Activemq

Posted by srramu45 <sb...@gmail.com>.
ActiveMQ 5.x, version ActiveMQ 5.14



--
Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Re: Maximum number of connections to Activemq

Posted by Justin Bertram <jb...@redhat.com>.
Are you asking about ActiveMQ 5.x or ActiveMQ Artemis?


Justin

On Thu, Sep 14, 2017 at 12:25 PM, srramu45 <sb...@gmail.com> wrote:

> How to find out maximum number of connection in Activemq and change the
> default value ?
>
>
>
> --
> Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-
> f2341805.html
>

Re: Maximum number of connections to Activemq

Posted by Abhinav2510 <ab...@tcs.com>.
You set it as below in transport connector.

<transportConnector name="openwire"
uri="tcp://0.0.0.0:61616?maximumConnections=1000&amp;wireFormat.maxFrameSize=104857600"/>



--
Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Re: Maximum number of connections to Activemq

Posted by Abhinav2510 <ab...@tcs.com>.
srramu45 wrote
> How to find out maximum number of connection in Activemq and change the
> default value ?
> 
> 
> 
> --
> Sent from:
> http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Actually default value is platform dependant...
The defaukt value is set to Integer.MAX_VALUE as per AMQ documentation..
http://activemq.apache.org/tcp-transport-reference.html
<http://activemq.apache.org/tcp-transport-reference.html>  



--
Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html