Duplicate temporary queue names when running unit tests
-------------------------------------------------------
Key: QPID-612
URL: https://issues.apache.org/jira/browse/QPID-612
Project: Qpid
Issue Type: Bug
Components: Java Broker, Java Client
Affects Versions: M2
Reporter: Rob Godfrey
Assignee: Rob Godfrey
Fix For: M2
When running maven in a loop, on several occaisions errors occured where there
was an attemot to generate a second temprary queue with the same name as an
existing temp queue.
There are several different places in the code where temporary queue names are
created, and the use different strategies. They should all use the same
strategy, so as to avoid accidental collisions.
Suggest changing all to use a UUID based name
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.