-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
Week 13 (Mar 26 - Apr 1), Week 14 (Apr 2 - Apr 8), Week 15 (Apr 9 - Apr 15), Week 16 (Apr 17 - Apr 21), Weeks 46, 47 (Nov 13-24)
Usage of containerId is shadowed from the user point of the view.
If you look at this code - https://github.com/apache/qpid-dispatch/blob/master/src/router_core/agent_config_auto_link.c#L413
you will see -
qd_parsed_field_t *in_use_conn = is_container ? container_field : connection_field;
which means if there is a container field, use it otherwise use the connection_field to specify the connection to use.
This is not specified in the documentation. It means that when user has created connector entity, assigned to the autoLink/linkRoute entity, this connector won't be used if containerId is specified.
- is related to
-
ENTMQIC-1924 containerId field conflics with the connector name
- Closed
- relates to
-
DISPATCH-639 Loading...