Red Hat AMQ 6
As of February 2025, Red Hat is no longer supporting Red Hat AMQ 6. If you are using AMQ 6, please upgrade: Migrating to AMQ 7.此内容没有您所选择的语言版本。
7.29. fabric:ensemble-password
Abstract
Displays or modifies the ensemble password
Synopsis 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
fabric:ensemble-password
[
--help
] [
--commit
] [
NewPassword
]
Description 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
The ensemble password protects access to the Zookeeper nodes under the
/fabric/
path, which contains critical configuration data for the fabric. This command can be used either to display the current ensemble password or to change the ensemble password to a new value.
To display the current ensemble password, invoke the command without any arguments:
JBossFuse:karaf@root> fabric:ensemble-password
JBossFuse:karaf@root> fabric:ensemble-password
To change the ensemble password requires a two-step process. First, specify the new password as follows:
After the new password has propagated to all of the ensemble nodes, commit the change as follows:
JBossFuse:karaf@root> fabric:ensemble-password --commit
JBossFuse:karaf@root> fabric:ensemble-password --commit
Arguments 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Table 7.29, “fabric:ensemble-password Arguments” describes the command's arguments.
Argument | Interpretation |
---|---|
NewPassword | Specifies the new ZooKeeper password for the ensemble. |
--help | Displays the online help for this command |
--commit | Displays the online help for this command |