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.2.16. shell:sleep, sleep
Abstract
						sleeps for a specified time, then wakes up
					
Synopsis Copy linkLink copied to clipboard!
Copy linkLink copied to clipboard!
shell:sleep  [
					--help
				] [[
						-s
					] |  [
						--second
					]] {
					duration
				}
Arguments Copy linkLink copied to clipboard!
Copy linkLink copied to clipboard!
				Table 2.16, “shell:sleep Arguments” describes the command's arguments.
			
| Argument | Interpretation | 
|---|---|
 --help  | Displays the online help for this command | 
 -s, --second  | Specify the duration in seconds (instead of milliseconds). | 
 duration  | The time to sleep in milliseconds (default) or in seconds (with the -s option). |