August 2016
Intermediate to advanced
390 pages
8h 22m
English
Configuring and creating destinations is quite easy. You can rely on the Web console, or the CLI. As already mentioned in previous chapters, knowing CLI commands gives you more flexibility and a deeper knowledge of the entire platform. For these same reasons, we will see how to configure your destinations using the CLI.
To create a destination named testQueue, do as follows:
[standalone@192.168.59.104:9990 /] jms-queue add --queue-address=jms.queue.TestQueue --entries=java:/jms/queue/testQueue
If running in domain mode, just add the --profile directive, specifying the profile name to use, as follows:
[domain@192.168.59.104:9999 /] jms-queue add --queue-address=jms.queue.TestQueue --entries=java:/jms/queue/testQueue --profile=full ...Read now
Unlock full access