Bug 1255366

Summary: Yum install ActiveMQ does not work
Product: OpenShift Container Platform Reporter: Benjamin Guttmann <bguttmann>
Component: DocumentationAssignee: brice <bfallonf>
Status: CLOSED WORKSFORME QA Contact: Vikram Goyal <vigoyal>
Severity: high Docs Contact: Vikram Goyal <vigoyal>
Priority: high    
Version: 2.2.0CC: jokerman, mmccomas, tiwillia
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Build Name: 22970, Deployment Guide-2.2.z-1.0 Build Date: 10-04-2015 18:51:59 Topic ID: 20542-592370 [Specified]
Last Closed: 2016-09-08 20:20:34 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Benjamin Guttmann 2015-08-20 11:40:51 UTC
Title: Installing ActiveMQ

Describe the issue:

yum install activemq activemq-client does not work, no such package

Suggestions for improvement:

explain another way to install activemq

Additional information:

Comment 2 Timothy Williams 2016-09-08 20:20:34 UTC
`yum install activemq activemq-client` worked fine for me. I have the following repositories enabled on my system:


jb-eap-6-for-rhel-6-server-rpms           
jb-ews-2-for-rhel-6-server-rpms           
rhel-6-server-ose-2.2-infra-rpms          
rhel-6-server-ose-2.2-jbosseap-rpms       
rhel-6-server-ose-2.2-node-rpms           
rhel-6-server-ose-2.2-rhc-rpms            
rhel-6-server-rpms                        
rhel-server-rhscl-6-rpms 


$ yum info activemq-client
Available Packages
Name        : activemq-client
Arch        : x86_64
Version     : 5.9.0
Release     : 6.redhat.611463.el6op
Size        : 5.1 M
Repo        : rhel-6-server-ose-2.2-infra-rpms
Summary     : Client jar for Apache ActiveMQ
URL         : http://activemq.apache.org/
License     : ASL 2.0
Description : Client jar for Apache ActiveMQ


$ yum info activemq
Installed Packages
Name        : activemq
Arch        : x86_64
Version     : 5.9.0
Release     : 6.redhat.611463.el6op
Size        : 68 M
Repo        : installed
From repo   : rhel-6-server-ose-2.2-infra-rpms
Summary     : ActiveMQ Messaging Broker
URL         : http://activemq.apache.org/
License     : ASL 2.0
Description : ActiveMQ Messaging Broker

The repository configuration was likely incorrect on the reporter's system.