You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Gordon Sim (Jira)" <ji...@apache.org> on 2019/10/01 08:26:00 UTC

[jira] [Resolved] (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:all-tabpanel ]

Gordon Sim resolved DISPATCH-1429.
----------------------------------
    Resolution: Fixed

> 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