You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Timothy Bish (JIRA)" <ji...@apache.org> on 2007/08/06 20:45:02 UTC

[jira] Resolved: (AMQCPP-99) Incorporate APR for generation of GUIDs

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

Timothy Bish resolved AMQCPP-99.
--------------------------------

    Resolution: Fixed
      Assignee: Timothy Bish  (was: Nathan Mittler)

There is now a new class in the decaf trunk named UUID.  This class implements the standard Java UUID interface.  It uses the APR upr_uuid_get method to create its random UUID, and uses the apr_md5 method to generate the named UUID.  The class is implements the comparable interface so it can be used in Collections that require operators to sort.  

> Incorporate APR for generation of GUIDs
> ---------------------------------------
>
>                 Key: AMQCPP-99
>                 URL: https://issues.apache.org/activemq/browse/AMQCPP-99
>             Project: ActiveMQ C++ Client
>          Issue Type: Improvement
>            Reporter: Nathan Mittler
>            Assignee: Timothy Bish
>            Priority: Minor
>             Fix For: 2.2
>
>
> It has been brought up that the standard UUID method calls are not supported by all platforms.  To resolve this, we should use the APR for UUID generation.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.