-
Bug
-
Resolution: Done
-
Minor
-
1.0.0.GA
-
None
-
Release Notes
-
When using the qdmanage tool, you can now use the --type argument to operate on a particular type of entity. Previously, qdmanage ignored --type for certain commands.
-
Documented as Resolved Issue
-
Interconnect - June Sprint
qdmanage get-attributes --type "org.apache.qpid.dispatch.sslProfile"
prints all attributes for all entities
qdmanage get-attributes "org.apache.qpid.dispatch.sslProfile"
prints attributes for sslProfile entity
I believe the output should be same in both examples or
somehow notify the user about unsupported combination of parameters.
- cloned to
-
DISPATCH-916 Loading...