Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.
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-rpmsRed 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-rpmsUse the
yumcommand to install theqpid-dispatch-routerandqpid-dispatch-toolspackages and their dependencies:$ sudo yum install qpid-dispatch-router qpid-dispatch-toolsUse the
whichcommand to verify that theqdrouterdexecutable is present.$ which qdrouterd /usr/sbin/qdrouterdThe
qdrouterdexecutable should be located at/usr/sbin/qdrouterd.