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.admin:create
Name
admin:create, create — creates a new child container
Synopsis
admin:create  [
					--help
				] [[
						-l
					] |  [
						--location
					] filePath] [[
						-furl
					] |  [
						--featureURL
					] URL...] [[
						-f
					] |  [
						--feature
					] feature...] [[
						-s
					] |  [
						--ssh-port
					] SSHPort] [[
						-rs
					] |  [
						--rmi-server-port
					] RMIServPort] [[
						-r
					] |  [
						-rr
					] |  [
						--rmi-registry-port
					] |  [
						--rmi-port
					] RMIRegPort] [[
						-o
					] |  [
						--java-opts
					] javaOpts] {
					name
				}
Arguments
| Argument | Interpretation | 
|---|---|
 --help  | Displays the online help for this command | 
 -l, --location  | The location of the child's data folders on the file system. By default, the child's data is added to the InstallDir/instances/name directory | 
-furl, --featureURL | Registers additional feature URLs with the child. | 
-f, --feature | Specifies additional features loaded by the child. | 
 -s, --ssh-port  | The port number for remote secure shell connection | 
 -rs, --rmi-server-port  | The port number for RMI server connection | 
 -r, -rr, --rmi-registry-port, --rmi-port  | The port number for RMI registry connection | 
-o, --java-opts | JVM options to use when launching the child | 
 name  | The name of the child |