You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Nathan Mittler (JIRA)" <ji...@apache.org> on 2007/04/12 17:05:34 UTC

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

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
         Assigned To: Nathan Mittler
            Priority: Minor
             Fix For: 2.1


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.


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

Posted by "Nathan Mittler (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/AMQCPP-99?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nathan Mittler updated AMQCPP-99:
---------------------------------

    Fix Version/s:     (was: 2.2)
                   2.1.1

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


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

Posted by "Timothy Bish (JIRA)" <ji...@apache.org>.
     [ 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.


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

Posted by "Timothy Bish (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/AMQCPP-99?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Timothy Bish updated AMQCPP-99:
-------------------------------

    Fix Version/s:     (was: 2.1)
                   2.2

> 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: Nathan Mittler
>            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.