Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
5.8.0
-
None
-
None
-
Patch Available
Description
At least for duplex NetworkConnectors a consumer for queue:// is added on the remote broker, if there are no statically included destinations.
This is caused by the string "[]" incorrectly converted to a list with one element, instead of an empty list.
The attached patch fixes the problem.