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 GitHub Bot (Jira)" <ji...@apache.org> on 2019/10/01 08:27:00 UTC

[jira] [Commented] (DISPATCH-1429) Autolink with address starting with double underscores gets converted to single underscore

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

ASF GitHub Bot commented on DISPATCH-1429:
------------------------------------------

grs commented on pull request #570: DISPATCH-1429: reset iterator for address starting with _
URL: https://github.com/apache/qpid-dispatch/pull/570
 
 
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> Autolink with address starting with double underscores gets converted to single underscore
> ------------------------------------------------------------------------------------------
>
>                 Key: DISPATCH-1429
>                 URL: https://issues.apache.org/jira/browse/DISPATCH-1429
>             Project: Qpid Dispatch
>          Issue Type: Bug
>            Reporter: Ulf Lilleengen
>            Priority: Major
>
> I have the following in qdrouterd.conf:
>  
> {code:java}
> address {
>    prefix: __myqueue
>    waypoint: true
> }
> autoLink {
>    address: __myqueue
>    direction: in
>    containerId: c2
> }{code}
>  
> Running the following command shows that address field gets converted from '__myqueue' to '_myqueue':
> {code:java}
> [lulf@pteppic ~]$ qdmanage QUERY --type=autoLink
> [
>   {
>     "name": "autoLink/0",
>     "identity": "3",
>     "type": "org.apache.qpid.dispatch.router.config.autoLink",
>     "address": "_myqueue",
>     "addr": "_myqueue",
>     "direction": "in",
>     "dir": "in",
>     "phase": 1,
>     "containerId": "c2",
>     "operStatus": "inactive",
>     "fallback": false
>   }
> ]{code}
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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