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

[jira] [Created] (DISPATCH-1429) Creating autolink with address starting with double underscores gets converted to single underscore

Ulf Lilleengen created DISPATCH-1429:
----------------------------------------

             Summary: Creating 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


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