History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: AMQ-942
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Critical Critical
Assignee: Adrian Co
Reporter: Adrian Co
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
ActiveMQ

ActiveMQStreamMessage should support large text format in writeString.

Created: 27/Sep/06 03:46 AM   Updated: 04/Oct/06 01:35 AM
Component/s: JMS client
Affects Version/s: 4.1.0, 4.0.2
Fix Version/s: 4.1.0

Time Tracking:
Not Specified


 Description  « Hide
I was wondering if ActiveMQStreamMessage should support large text messages also, since MapMessage is also able to support this.

 All   Comments   Work Log   Change History   Subversion Commits   FishEye   Crucible      Sort Order: Ascending order - Click to sort in descending order
Adrian Co - 04/Oct/06 01:35 AM
rev: r452793
Added support for writing and reading of large strings in ActiveMQStreamMessage. Also, refactored ActiveMQStreamMessage to also use the MarshallingSupport utility.

NOTE: Refactoring the ActiveMQStreamMessage to use the MarshallingSupport utility will make it incompatible with previous versions as the wireformat has been changed. It is advisable to clear existing messages and use clients with the same version.