You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by GitBox <gi...@apache.org> on 2020/08/27 14:53:11 UTC

[GitHub] [qpid-dispatch] ChugR opened a new pull request #837: DISPATCH-1764: At boot time configure connectors and then listeners last

ChugR opened a new pull request #837:
URL: https://github.com/apache/qpid-dispatch/pull/837


   Give the router a stable initial configuration before opening any
   external I/O.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [qpid-dispatch] ted-ross commented on a change in pull request #837: DISPATCH-1764: At boot time configure connectors and then listeners last

Posted by GitBox <gi...@apache.org>.
ted-ross commented on a change in pull request #837:
URL: https://github.com/apache/qpid-dispatch/pull/837#discussion_r478580017



##########
File path: python/qpid_dispatch_internal/management/config.py
##########
@@ -331,7 +331,7 @@ def configure(attributes):
                     ssl_profile_name = a.get('name')
                     displayname_service.add(ssl_profile_name, display_file_name)
 
-    # Configure remaining singleton types; don't configure listeners
+    # Configure remaining singleton types
     for e in config.entities:
         if not e['type'] == 'org.apache.qpid.dispatch.listener':

Review comment:
       Should there be a check for connectors here as well?




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [qpid-dispatch] ChugR closed pull request #837: DISPATCH-1764: At boot time configure connectors and then listeners last

Posted by GitBox <gi...@apache.org>.
ChugR closed pull request #837:
URL: https://github.com/apache/qpid-dispatch/pull/837


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [qpid-dispatch] ChugR commented on pull request #837: DISPATCH-1764: At boot time configure connectors and then listeners last

Posted by GitBox <gi...@apache.org>.
ChugR commented on pull request #837:
URL: https://github.com/apache/qpid-dispatch/pull/837#issuecomment-689201681


   Fixed at Commit 913df20c


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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