You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Erik (JIRA)" <ji...@apache.org> on 2013/05/07 01:08:16 UTC

[jira] [Created] (AMQ-4515) add tcp keepalive, linger, tcpnodelay/disable nagle support to stomp protocol

Erik created AMQ-4515:
-------------------------

             Summary: add tcp keepalive, linger, tcpnodelay/disable nagle support to stomp protocol
                 Key: AMQ-4515
                 URL: https://issues.apache.org/jira/browse/AMQ-4515
             Project: ActiveMQ
          Issue Type: New Feature
          Components: stomp, Transport
    Affects Versions: 5.8.0, 5.9.0
         Environment: Linux: Ubuntu 12.04.1 LTS (precise)
java version "1.6.0_27"
OpenJDK Runtime Environment (IcedTea6 1.12.5) (6b27-1.12.5-1)
OpenJDK Client VM (build 20.0-b12, mixed mode, sharing)

            Reporter: Erik
            Priority: Minor
             Fix For: 5.8.0


Please add TCP_NODELAY, TCP_KEEPCNT, TCP_KEEPIDLE, TCP_KEEPINTVL, and SO_LINGER to the stomp transport. See "man -s 7 tcp" on linux.

These options help ActiveMQ recognize disappeared connections outside of the application layer.

TCP_NODELAY is a performance option for small messages.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira