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.此内容没有您所选择的语言版本。
Chapter 7. Fabric Console Commands
			This chapter describes fabric console commands.
		
7.1. fabric:cluster-list 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Abstract
						lists the members of a cluster
					
Synopsis 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
fabric:cluster-list  [
					--help
				] [
					Path
				]
Description 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
				This command lists the members of the specified cluster, where the cluster can be a cluster of message brokers, a cluster of servlets, or a cluster of Web applications.
			
				For example, to list all of the servlet services in the Fabric, enter the following console command:
			
fabric:cluster-list servlets
fabric:cluster-list servlets
				To list all of the Web application services in the Fabric, enter the following console command:
			
fabric:cluster-list webapps
fabric:cluster-list webapps
Arguments 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
				Table 7.1, “fabric:cluster-list Arguments” describes the command's arguments.
			
| Argument | Interpretation | 
|---|---|
--help | Displays the online help for this command | 
Path | Path of the fabric registry node (Zookeeper registry node) to list. Relative paths are evaluated relative to the base node, /fabric/registry/clusters. If not specified, all clusters are listed | 
Related topics 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
| Section 7.31, “fabric:mq-create” |