[ 
https://issues.apache.org/jira/browse/QPID-472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12490847
 ] 

Martin Ritchie commented on QPID-472:
-------------------------------------

Whie Sessions should only be accessed by a single thread (JMS Spec Section 4.4) 
TempQueue/Topic are scoped to the connection and so their creation must support 
concurrent creation.

> Creation of TemporaryQueues will not guarantee unqiue queue names if created 
> rapidly.
> -------------------------------------------------------------------------------------
>
>                 Key: QPID-472
>                 URL: https://issues.apache.org/jira/browse/QPID-472
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Client
>    Affects Versions: M2
>            Reporter: Martin Ritchie
>         Assigned To: Martin Ritchie
>
> The use of System.currentTimeMillis() to uniquely identify a TempQueue will 
> not guarrantee that alll queues are created uniquely.

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

Reply via email to