Claus Ibsen created AMQ-4011:
--------------------------------

             Summary: Refactor IntrospectionSupport to avoid using java bean 
property editors
                 Key: AMQ-4011
                 URL: https://issues.apache.org/jira/browse/AMQ-4011
             Project: ActiveMQ
          Issue Type: Improvement
          Components: Broker
    Affects Versions: 5.6.0
            Reporter: Claus Ibsen
            Assignee: Claus Ibsen


Java bean property editors is slow and not thread safe to use. We at Apache 
Camel has removed its usage in the Camel type converter system.

We should do the same in ActiveMQ. There is only a number of default converters 
needed that is fairly easy to implement by hand (eg String <-> Numbers, 
Booleans etc.). 

This fixes some other issues with AMQ causing memory leaks in dynamic 
environments where you may run multiple brokers, or hot deploy brokers.

--
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

Reply via email to