Use ActiveMQUuidGenerator as the default uuid generator as its faster than the JDK UUID generator -------------------------------------------------------------------------------------------------
Key: CAMEL-3139 URL: https://issues.apache.org/activemq/browse/CAMEL-3139 Project: Apache Camel Issue Type: Improvement Components: camel-core Affects Versions: 2.4.0, 2.3.0, 2.2.0, 2.1.0 Reporter: Claus Ibsen Assignee: Claus Ibsen Priority: Minor Fix For: 2.5.0 The Java UUID is too slow. Switching back to AMQ based will improve performance. We should just have to switch to use the JDK UUID for the camel-gae component as it cannot use the AMQ based. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.