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.5.8. config:propset, propset
Abstract
						sets a property in the configuration being edited
					
Synopsis Copy linkLink copied to clipboard!
Copy linkLink copied to clipboard!
config:propset  [
					--help
				] [[
						-b
					] |  [
						--bypass-storage
					]] [[
						-p PID
					] |  [
						--pid PID
					]] {
					name
				} {
					value
				}
Details Copy linkLink copied to clipboard!
Copy linkLink copied to clipboard!
				When you set a property using the config:propset command, the change is stored in the buffer and not propagated to the container until the editing session is closed.
			
				If you use the 
-p argument to specify a PID, however, the change is made immediately.
			Arguments Copy linkLink copied to clipboard!
Copy linkLink copied to clipboard!
				Table 5.8, “config:propset Arguments” describes the command's arguments.
			
| Argument | Interpretation | 
|---|---|
--help | Displays the online help for this command. | 
-b, --bypass-storage | Does not write the change to the local file. | 
-p, --pid | Specifies the PID of the configuration in which to make the change. The default is to change the configuration currently open for editing. | 
 name  | Specifies the name of the property to set. | 
 value  | Specifies the value to set for the property. |