[
https://issues.apache.org/activemq/browse/CAMEL-2752?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=61065#action_61065
]
Christian Mueller commented on CAMEL-2752:
------------------------------------------
I fixed the previous listed source check failure with a little refactoring. I
extract the code in a new 'lookupUuidGenerator' method and it works. I added a
TODO comment so that we can change this at a later time to handle it in the
same way as the existing code it does.
Committed the fix and
Added the wiki page for
[UuidGenerator|https://cwiki.apache.org/confluence/display/CAMEL/UuidGenerator]
(please review).
Updated [Advanced configuration of CamelContext using
Spring|https://cwiki.apache.org/confluence/display/CAMEL/Advanced+configuration+of+CamelContext+using+Spring].
Updated [Camel 2.5.0
Release|https://cwiki.apache.org/confluence/display/CAMEL/Camel+2.5.0+Release].
> Pluggable UUID generator
> ------------------------
>
> Key: CAMEL-2752
> URL: https://issues.apache.org/activemq/browse/CAMEL-2752
> Project: Apache Camel
> Issue Type: New Feature
> Components: camel-core
> Affects Versions: 2.3.0
> Reporter: Claus Ibsen
> Assignee: Christian Mueller
> Fix For: 2.5.0
>
> Attachments: Camel-2752.patch
>
>
> To allow end users to use a customer ID generator.
> We should have out of the box
> - JavaUUID (default)
> - ActiveMQUUID which uses the same logic as AMQ
> - Sequence or something for testing purpose which just use a ID counter.
> Makes it easier for testing to *spot* correlated messages in the logs etc.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.