Issue
I am trying to install activemq and activemq-client on RHEL 6.6 with yum. But after typing
yum install activemq activemq-client
No package activemq available
No package activemq-client available
Nothing to do.
Is there a way to get yum working for this ?
Thanks for your help.
Solution
For a simple installation following the tutorial you have to enable different repos for yum, this can be done by
subscription-manager repos --enable=*repoid*
To get a list of Repo IDs, you can use:
subscription-manager repos --list
After this, everything works fine.
Answered By - Kmmel Answer Checked By - David Marino (WPSolving Volunteer)