[jira] [Commented] (QPID-7589) [Java Broker] Allow the creation of temporary addresses on the $management synthetic vhost for the purpose of replyTo

2017-03-21 Thread Keith Wall (JIRA)

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

Keith Wall commented on QPID-7589:
--

This change currently does not work on the 0-9 or 0-10 paths.  The problems are:

# attempting to create a temporary address fails silently.   
{{ManagementAddressSpace#createMessageDestination}} requires a 
MessageSource.class argument but the 0-9 and 0-10 code paths pass a 
Queue.class.  This is silently ignored.
# ServerSessionDelegate is currently in terms of Queues rather than 
MessageSources.   On the 0-9 path, it has a concept of the 'current queue', 
which is defined as the last declared queue and is used as the target for 
performatives such as basic.consume, queue.delete, queue.purge if the queue 
name argument is omitted.
# The client unilaterally binds a temporary queue to the amq.direct exchange.  
This seems odd.  The synthetic ghost does not (and shouldn't IMO) have 
exchanges.   So on working around 1-3, you run into this issue.

> [Java Broker] Allow the creation of temporary addresses on the $management 
> synthetic vhost for the purpose of replyTo
> -
>
> Key: QPID-7589
> URL: https://issues.apache.org/jira/browse/QPID-7589
> Project: Qpid
>  Issue Type: Improvement
>  Components: Java Broker
>Reporter: Rob Godfrey
>Assignee: Rob Godfrey
>
> Allow temporary addresses (that can be received from but not sent to) to be 
> created in the $management synthetic vhost.  Additionally have the management 
> node able to respond to these addresses when the replyTo is set to use them.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (QPID-7589) [Java Broker] Allow the creation of temporary addresses on the $management synthetic vhost for the purpose of replyTo

2016-12-14 Thread ASF subversion and git services (JIRA)

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

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

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

QPID-7589 : remove accidentally committed debug logging

> [Java Broker] Allow the creation of temporary addresses on the $management 
> synthetic vhost for the purpose of replyTo
> -
>
> Key: QPID-7589
> URL: https://issues.apache.org/jira/browse/QPID-7589
> Project: Qpid
>  Issue Type: Improvement
>  Components: Java Broker
>Reporter: Rob Godfrey
>Assignee: Rob Godfrey
>
> Allow temporary addresses (that can be received from but not sent to) to be 
> created in the $management synthetic vhost.  Additionally have the management 
> node able to respond to these addresses when the replyTo is set to use them.



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

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



[jira] [Commented] (QPID-7589) [Java Broker] Allow the creation of temporary addresses on the $management synthetic vhost for the purpose of replyTo

2016-12-14 Thread ASF subversion and git services (JIRA)

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

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

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

QPID-7589 : Allow the creation of temporary reply addresses in the $management 
synthetic virtual host

> [Java Broker] Allow the creation of temporary addresses on the $management 
> synthetic vhost for the purpose of replyTo
> -
>
> Key: QPID-7589
> URL: https://issues.apache.org/jira/browse/QPID-7589
> Project: Qpid
>  Issue Type: Improvement
>  Components: Java Broker
>Reporter: Rob Godfrey
>Assignee: Rob Godfrey
>
> Allow temporary addresses (that can be received from but not sent to) to be 
> created in the $management synthetic vhost.  Additionally have the management 
> node able to respond to these addresses when the replyTo is set to use them.



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

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