[jboss-jira] [JBoss JIRA] Resolved: (JBMESSAGING-1272) Configurable TCP window size & no delay

Jeff Mesnil (JIRA) jira-events at lists.jboss.org
Mon Apr 7 11:04:21 EDT 2008


     [ http://jira.jboss.com/jira/browse/JBMESSAGING-1272?page=all ]

Jeff Mesnil resolved JBMESSAGING-1272.
--------------------------------------

    Resolution: Done

checked in trunk (r4016).

The 2 attributes are configurable in jbm-configuration:

      <!-- Enable/Disable Nagle's Algorithm (resp. true/false)                           -->
      <!-- This setting is taken into account only when remoting-transport is set to TCP -->
      <remoting-tcp-nodelay>false</remoting-tcp-nodelay>
      
      <!-- Set the TCP Receive Buffer size (SO_RCVBUF).                                    -->
      <!-- Set it to -1 if you want to use the value hinted by the Operating System      --> 
      <!-- This setting is taken into account only when remoting-transport is set to TCP -->
      <remoting-tcp-receive-buffer-size>-1</remoting-tcp-receive-buffer-size>



> Configurable TCP window size & no delay
> ---------------------------------------
>
>                 Key: JBMESSAGING-1272
>                 URL: http://jira.jboss.com/jira/browse/JBMESSAGING-1272
>             Project: JBoss Messaging
>          Issue Type: Task
>          Components: Messaging Core Distributed Support
>            Reporter: Jeff Mesnil
>         Assigned To: Jeff Mesnil
>            Priority: Minor
>             Fix For: 2.0.0 Alpha
>
>
> The user must be able to configure the TCP window size and enable/disable the Nagle algorithm in jbm-configuration.xml

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list