[ 
https://issues.apache.org/jira/browse/DISPATCH-1429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ulf Lilleengen updated DISPATCH-1429:
-------------------------------------
    Summary: Autolink with address starting with double underscores gets 
converted to single underscore  (was: Creating autolink with address starting 
with double underscores gets converted to single underscore)

> 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-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org

Reply via email to