
| Key: |
AMQ-942
|
| Type: |
Bug
|
| Status: |
Resolved
|
| Resolution: |
Fixed
|
| Priority: |
Critical
|
| Assignee: |
Adrian Co
|
| Reporter: |
Adrian Co
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
ActiveMQ
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
|
|
|
I was wondering if ActiveMQStreamMessage should support large text messages also, since MapMessage is also able to support this.
|
|
Description
|
I was wondering if ActiveMQStreamMessage should support large text messages also, since MapMessage is also able to support this. |
Show » |
|
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.