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

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

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

Ganesh Murthy commented on DISPATCH-252:
----------------------------------------

The Python code that validates the schema must also make sure that a connector cannot be started with an existing listener port on the same router.

> 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