You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Timothy Bish (JIRA)" <ji...@apache.org> on 2007/04/18 19:36:35 UTC

[jira] Created: (AMQCPP-101) Add the Ability to set the TcpNoDelay flag of a TCP Socket

Add the Ability to set the TcpNoDelay flag of a TCP Socket
----------------------------------------------------------

                 Key: AMQCPP-101
                 URL: https://issues.apache.org/activemq/browse/AMQCPP-101
             Project: ActiveMQ C++ Client
          Issue Type: Improvement
          Components: CMS Impl
    Affects Versions: 2.1
            Reporter: Timothy Bish
         Assigned To: Timothy Bish
             Fix For: 2.1


Add setter and getter to TCPSocket for setting the TCP_NODELAY flag and add a transport param check for something like transport.tcpNolDelay with values read as boolean "true" or "false"

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Work started: (AMQCPP-101) Add the Ability to set the TcpNoDelay flag of a TCP Socket

Posted by "Timothy Bish (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/AMQCPP-101?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on AMQCPP-101 started by Timothy Bish.

> Add the Ability to set the TcpNoDelay flag of a TCP Socket
> ----------------------------------------------------------
>
>                 Key: AMQCPP-101
>                 URL: https://issues.apache.org/activemq/browse/AMQCPP-101
>             Project: ActiveMQ C++ Client
>          Issue Type: Improvement
>          Components: CMS Impl
>    Affects Versions: 2.1
>            Reporter: Timothy Bish
>         Assigned To: Timothy Bish
>             Fix For: 2.1
>
>
> Add setter and getter to TCPSocket for setting the TCP_NODELAY flag and add a transport param check for something like transport.tcpNolDelay with values read as boolean "true" or "false"

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (AMQCPP-101) Add the Ability to set the TcpNoDelay flag of a TCP Socket

Posted by "Timothy Bish (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/AMQCPP-101?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Timothy Bish resolved AMQCPP-101.
---------------------------------

    Resolution: Fixed

Added code for setting the TCP_NODELAY on a TcpSocket.  The config option is simply tcpNoDelay right now which is read in SocketFactory.cpp's createSocket, default is false for now unitl we see if we need it to be on always.

So append tcpNoDelay=true to the URL and it will be enabled

Alternately the TcpSocket has a getter / setter for this option.

> Add the Ability to set the TcpNoDelay flag of a TCP Socket
> ----------------------------------------------------------
>
>                 Key: AMQCPP-101
>                 URL: https://issues.apache.org/activemq/browse/AMQCPP-101
>             Project: ActiveMQ C++ Client
>          Issue Type: Improvement
>          Components: CMS Impl
>    Affects Versions: 2.1
>            Reporter: Timothy Bish
>         Assigned To: Timothy Bish
>             Fix For: 2.1
>
>
> Add setter and getter to TCPSocket for setting the TCP_NODELAY flag and add a transport param check for something like transport.tcpNolDelay with values read as boolean "true" or "false"

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (AMQCPP-101) Add the Ability to set the TcpNoDelay flag of a TCP Socket

Posted by "Nathan Mittler (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/AMQCPP-101?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nathan Mittler updated AMQCPP-101:
----------------------------------

    Fix Version/s:     (was: 2.1)
                   2.0.1

> Add the Ability to set the TcpNoDelay flag of a TCP Socket
> ----------------------------------------------------------
>
>                 Key: AMQCPP-101
>                 URL: https://issues.apache.org/activemq/browse/AMQCPP-101
>             Project: ActiveMQ C++ Client
>          Issue Type: Improvement
>          Components: CMS Impl
>    Affects Versions: 2.1
>            Reporter: Timothy Bish
>         Assigned To: Timothy Bish
>             Fix For: 2.0.1
>
>
> Add setter and getter to TCPSocket for setting the TCP_NODELAY flag and add a transport param check for something like transport.tcpNolDelay with values read as boolean "true" or "false"

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.