You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2015/05/01 12:25:06 UTC

[jira] [Commented] (QPID-6525) Allow temporary queue name prefix to be specified by the Broker

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

ASF subversion and git services commented on QPID-6525:
-------------------------------------------------------

Commit 1677106 from [~godfrer] in branch 'java/trunk'
[ https://svn.apache.org/r1677106 ]

QPID-6525 : Add connection property specifying a temporary queue prefix (applied patch from Lorenz Quack)

> Allow temporary queue name prefix to be specified by the Broker
> ---------------------------------------------------------------
>
>                 Key: QPID-6525
>                 URL: https://issues.apache.org/jira/browse/QPID-6525
>             Project: Qpid
>          Issue Type: New Feature
>          Components: Java Broker, Java Client
>            Reporter: Lorenz Quack
>            Assignee: Rob Godfrey
>            Priority: Minor
>             Fix For: 6.0 [Java]
>
>         Attachments: 0001-QPID-6525-Java-Client-Java-Broker-Allow-temporary-qu.patch
>
>
> To support federation, temporary queue names need to be addressable from anywhere (within a federated space). For instance, I need to be able to forward a message containing a temporary reply-to: to an application connected to a different Broker, and that application needs to be able to successfully reply using that address.
> The Broker should be changed so that it sends a connection server property - a temporary queue prefix - during connection negotiation.  The client should prepend this name to the name formed in the existing manner (i.e.temporary queue prefix + "TempQueue" + randomUUID . .  It should be legal for the Broker not to send the new property, or for the property to be null or empty.  In which case the name should be formed as today.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org