[jboss-jira] [JBoss JIRA] (JBMESSAGING-1802) Sending MapMessage with large String value is broken
Jess Sightler (JIRA)
jira-events at lists.jboss.org
Mon Dec 17 16:31:08 EST 2012
[ https://issues.jboss.org/browse/JBMESSAGING-1802?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12741967#comment-12741967 ]
Jess Sightler commented on JBMESSAGING-1802:
--------------------------------------------
I believe that this same issue also impacts StreamMessages. Messages that have had writeString called on them fail when the string is over 65535 characters.
writeList is called, but the "longStrings" parameter is not passed to it. Then it calls writeObject with longStrings set to false.
To my view, this is a bug, as longStrings is being set by the caller, but not passed all the way down the callstack to the writeList method (and its subsequent method calls).
> Sending MapMessage with large String value is broken
> ----------------------------------------------------
>
> Key: JBMESSAGING-1802
> URL: https://issues.jboss.org/browse/JBMESSAGING-1802
> Project: JBoss Messaging
> Issue Type: Feature Request
> Affects Versions: 1.4.0.SP3.CP10, 1.4.6.GA
> Reporter: Justin Bertram
> Assignee: Yong Hao Gao
> Fix For: 1.4.8.SP10
>
>
> Sending a javax.jms.MapMessage that has a String value >= 65536 characters fails.
--
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
More information about the jboss-jira
mailing list