[jboss-jira] [JBoss JIRA] Commented: (JBMESSAGING-379) Split large messages into fragments

Clebert Suconic (JIRA) jira-events at lists.jboss.org
Wed Oct 1 22:27:20 EDT 2008


    [ https://jira.jboss.org/jira/browse/JBMESSAGING-379?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12432094#action_12432094 ] 

Clebert Suconic commented on JBMESSAGING-379:
---------------------------------------------

For now I'm working with patches instead of branches. (As it is easier to administrate over merges)

To generate the same "branch" I have, download the trunk on the revision used on the patch, then:

cd /trunk
svn udpate -r<revision>
patch -p0 < message-chunk-r<revision>-vN.patch

> Split large messages into fragments
> -----------------------------------
>
>                 Key: JBMESSAGING-379
>                 URL: https://jira.jboss.org/jira/browse/JBMESSAGING-379
>             Project: JBoss Messaging
>          Issue Type: Task
>            Reporter: Tim Fox
>            Assignee: Clebert Suconic
>            Priority: Critical
>             Fix For: 2.0.0 Beta
>
>         Attachments: message-chunk-r5057-v1.patch
>
>
> We need to split large messages into small chunks (say 1K), so the sending or receiving of a large message doesn't stall the entire connection since all traffic is multiplexed over it.

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

        



More information about the jboss-jira mailing list