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

ASF subversion and git services commented on DISPATCH-1429:
-----------------------------------------------------------

Commit 28613bb2df42d3249ec27c16063d4fb923a01ea5 in qpid-dispatch's branch 
refs/heads/master from Gordon Sim
[ https://gitbox.apache.org/repos/asf?p=qpid-dispatch.git;h=28613bb ]

DISPATCH-1429: reset iterator for address starting with _ if it does not match 
one of the special types


> 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