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.2. Deploy a Profile
Deploy a profile to the child container Copy linkLink copied to clipboard!
Copy linkLink copied to clipboard!
Having created the child container, as described in Section 2.1, “Create a Fabric”, you can now deploy the a profile to it. To do so, follow these steps:
- Deploy the
example-camel-helloprofile into thechildcontainer by entering this console command:JBossFuse:karaf@root> fabric:container-change-profile child example-camel-hello
JBossFuse:karaf@root> fabric:container-change-profile child example-camel-helloCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Verify that the
example-camel-helloprofile deploys successfully to thechildcontainer, using thefabric:container-listcommand. Enter the following command to monitor the container status:JBossFuse:karaf@root> shell:watch container-list
JBossFuse:karaf@root> shell:watch container-listCopy to Clipboard Copied! Toggle word wrap Toggle overflow And wait until thechildcontainer status changes tosuccess.
View the sample output Copy linkLink copied to clipboard!
Copy linkLink copied to clipboard!
When it is running, the
example-camel-hello profile writes a message to the container's log every five seconds. To verify that the profile is running properly, you can look for these messages in the child container's log, as follows:
- Connect to the
childcontainer, by entering the following console command:JBossFuse:karaf@root> container-connect child
JBossFuse:karaf@root> container-connect childCopy to Clipboard Copied! Toggle word wrap Toggle overflow - After logging on to the
childcontainer, view thechildcontainer's log using thelog:tailcommand, as follows:JBossFuse:karaf@root> log:tail
JBossFuse:karaf@root> log:tailCopy to Clipboard Copied! Toggle word wrap Toggle overflow You should see some output like the following:Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Type Ctrl-C to exit the log view and get back to the child container's console prompt.