when using openwire with cacheEnabled=false memory is wasted on
unmarshallCache[] and marshallCache[]
-----------------------------------------------------------------------------------------------------
Key: AMQ-3618
URL: https://issues.apache.org/jira/browse/AMQ-3618
Project: ActiveMQ
Issue Type: Bug
Reporter: jacob hameiri
Priority: Minor
Attachments: OpenWireFormat.patch
The OpenWireFormat has 2 array fields unmarshallCache[] and marshallCache[]
which together consume 256K, in case of many TopicConsumers when using
FilePendingMessageCursor this causes allot of memory to be used by the OpenWire
caching arrays. even if you disable caching these arrays are still created.
--
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