[
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.