Making JMS easier for users
---------------------------

                 Key: QPID-1030
                 URL: https://issues.apache.org/jira/browse/QPID-1030
             Project: Qpid
          Issue Type: Improvement
          Components: Java Client
    Affects Versions: M3
            Reporter: Arnaud Simon
             Fix For: M3


This Jira is related to the mailing list thread: "Making JMS easier for users" 
(Note: I haven't found one related to this thread, please just mark that issue 
as duplicated if one already exists) 
Issue, when we setup JMS topics is that it creates a tmp queue for each 
connection with an ugly name. This makes it hard for admins to map the temp 
queues to the topics.

It has been decided that the following scheme should be used: 
<binding-key>@<exchange-name>_<uuid>

where
<uuid> is a 36 character UUID string produced (for example) by
java.util.randomUUID().toString()
<binding-key> is a maximum of 207 single-byte characters from the
binding key used.
<exchange-name> is as many characters as possible from the name of the
exchange while still fitting into a 255 character queue-name.

this would give queue names like

[EMAIL PROTECTED]


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