Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
5.5.0
-
None
-
None
-
Patch Available
Description
I think the logic does not validate that all the destination option was succesfully configured.
http://activemq.apache.org/destination-options.html
So if you make a typo, AMQ may continue as normal.
We should add logic like in Camel, where we check the Map is zero after the introspection logic have set the options.