-
Language:
English
-
Language:
English
Red Hat Training
A Red Hat training course is available for Red Hat AMQ
Chapter 2. Installation
AMQ Interconnect 1.4 is distributed as a set of RPM packages, which are available through your Red Hat subscription.
Procedure
Ensure your subscription has been activated and your system is registered.
For more information about using the customer portal to activate your Red Hat subscription and register your system for packages, see Using Your Subscription.
Subscribe to the required repositories:
Red Hat Enterprise Linux 6
$ sudo subscription-manager repos --enable=amq-interconnect-1-for-rhel-6-server-rpms --enable=amq-clients-2-for-rhel-6-server-rpms
Red Hat Enterprise Linux 7
$ sudo subscription-manager repos --enable=amq-interconnect-1-for-rhel-7-server-rpms --enable=amq-clients-2-for-rhel-7-server-rpms
Use the
yumcommand to install theqpid-dispatch-routerandqpid-dispatch-toolspackages and their dependencies:$ sudo yum install qpid-dispatch-router qpid-dispatch-tools
Use the
whichcommand to verify that theqdrouterdexecutable is present.$ which qdrouterd /usr/sbin/qdrouterd
The
qdrouterdexecutable should be located at/usr/sbin/qdrouterd.