You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Christian Mueller (JIRA)" <ji...@apache.org> on 2010/07/20 13:16:52 UTC

[jira] Updated: (CAMEL-2752) Pluggable UUID generator

     [ https://issues.apache.org/activemq/browse/CAMEL-2752?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christian Mueller updated CAMEL-2752:
-------------------------------------

    Attachment: Camel-2752.patch

Attached the proposed patch. Because it is a bit more extensive, I would like that one of the other committer reviews this patch:

- I build all artifacts without trouble (mvn -DskipTests clean install in the camel root directory)
- all tests in camel-core and camel-jms succeed (mvn clean install)
- I run the 'mvn -Psourcecheck clean install' for camel-core and camel-jms
- in components/camel-jms/src/main/java/org/apache/camel/component/jms/requestor/Requestor I removed the static method getUuidGenerator() because this method is not used by Camelt itself and I have no idea, how I could implement this method without access to the Camel context. I'm not sure, whether or not this method is part od the public Camel API (hopefully not).

Thanks in advance,
Christian

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