Author: vladimir.ralev
Date: Fri Nov 14 07:11:58 2008
New Revision: 3615

Modified:
trunk/servers/sip-servlets/sip-servlets-bootstrap/src/site/apt/concurrency.apt

Log:
Update concurrency docs.

Modified: trunk/servers/sip-servlets/sip-servlets-bootstrap/src/site/apt/concurrency.apt
==============================================================================
--- trunk/servers/sip-servlets/sip-servlets-bootstrap/src/site/apt/concurrency.apt (original) +++ trunk/servers/sip-servlets/sip-servlets-bootstrap/src/site/apt/concurrency.apt Fri Nov 14 07:11:58 2008
@@ -18,7 +18,7 @@

 * Configuration

-       There are two ways to configure concurrency and congestion control:
+ You can configure concurrency and congestion control in the following ways:

* From server.xml in the Service tag you can add concurrencyControlMode and sipMessageQueueSize attributes like this:

@@ -31,6 +31,10 @@
                sipMessageQueueSize="1500">>>>
                
                By default the queue size is 1500.
+               
+ * From the {{{http://localhost:8080/sip-servlets-management}Mobicents Sip Servlets Management Console}}. In the Server Settings tab.
+       
+ * From {{{http://localhost:8080/embedded-jopr}Embedded Jopr}}. You must first install Embedded Jopr in order this link to be accessible.
                
* From the {{{http://localhost:8080/jmx-console/HtmlAdaptor?action=inspectMBean&name=jboss.web%3Atype%3DSipApplicationDispatcher}dispatcher MBean}}. You can navigate there from the JBoss jmx console. All changes performed at runtime are effective immediately, but are not persisted for the next reboot. If you want your changes to be permanent modify your server.xml file as described above. Remember, the allowed values are None, SipSession and SipApplicationSession.
        

Reply via email to