You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Chuck Rolke (JIRA)" <ji...@apache.org> on 2016/04/02 00:34:25 UTC

[jira] [Created] (DISPATCH-252) Router should disallow creation of a connector port that already has a listener

Chuck Rolke created DISPATCH-252:
------------------------------------

             Summary: Router should disallow creation of a connector port that already has a listener
                 Key: DISPATCH-252
                 URL: https://issues.apache.org/jira/browse/DISPATCH-252
             Project: Qpid Dispatch
          Issue Type: Bug
          Components: Router Node
            Reporter: Chuck Rolke


>From DISPATCH-250

The router allows management to create a connector on top of a listener.

{noformat}
    checkout and build a clean copy of qpid-dispatch
    edit the config file in qpid-dispatch/etc/ by adding a new listener:
    listener { addr: 0.0.0.0 port: 20102 }
    start the router
    create a new connector using the listener's port
    qdmanage CREATE --type connector port=20102 name=myconn
    delete the new connector by name two times
    qdmanage DELETE --type connector --name myconn
    qdmanage DELETE --type connector --name myconn
{noformat}

The report in DISPATCH-250 exposed a crash which has been fixed.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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