[ 
https://issues.apache.org/jira/browse/AMQNET-391?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Timothy Bish resolved AMQNET-391.
---------------------------------

    Resolution: Fixed

Fixed in trunk and the 1.5.x branch
                
> Add buffered stream in TcpTransport to avoid excessive packet transmision
> -------------------------------------------------------------------------
>
>                 Key: AMQNET-391
>                 URL: https://issues.apache.org/jira/browse/AMQNET-391
>             Project: ActiveMQ .Net
>          Issue Type: Improvement
>          Components: ActiveMQ
>    Affects Versions: 1.5.5
>            Reporter: Timothy Bish
>            Assignee: Timothy Bish
>            Priority: Minor
>             Fix For: 1.5.6, 1.6.0
>
>
> Currently the TcpTransport utilizes a raw NetworkStream which is okay when 
> loosmarshalling is enabled and size prefix is turned on but when either of 
> those is not true the marshaling code writes directly to the stream and can 
> result in a lot of small Tcp packets getting transmitted for each message 
> instead of one larger more efficient write.  

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to