Murali Mogalayapalli created AMQ-7467:
-----------------------------------------
Summary: A new XStream serializer is created on every message
that flows through the broker causing high CPU utilization under load
Key: AMQ-7467
URL: https://issues.apache.org/jira/browse/AMQ-7467
Project: ActiveMQ
Issue Type: Improvement
Components: STOMP
Affects Versions: 5.13.5
Reporter: Murali Mogalayapalli
A new serailizer object is created to handle on each conversion from Openwire
to STOMP. The serializer uses heavy reflection resulting a lot of GC and CPU
utilization. This is un necessary and not scalable. One serilaizer could be
created for each subscription and reutilize that for the subscription.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)