You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@karaf.apache.org by Mark Bordelon <mb...@savoirtech.com> on 2020/09/30 18:17:33 UTC

installing activemq broker on the karaf 4.2.9 and 4.2.8

karaf@root()> version
4.2.9
karaf@root()> feature:repo-add activemq 5.15.1 (tested also on 5.15.0 , or anything later)
Adding feature url mvn:org.apache.activemq/activemq-karaf/5.15.1/xml/features
karaf@root()> feature:install activemq-broker
org.apache.felix.resolver.reason.ReasonException: Unable to resolve root: missing requirement [root] osgi.identity;

same problem with 4.2.8, 4.2.7, more?  
I have successfully installed it on 4.1.6, 
but how does one install activemq broker in karaf for 4.2.x?


Re: installing activemq broker on the karaf 4.2.9 and 4.2.8

Posted by Jean-Baptiste Onofre <jb...@nanthrax.net>.
Hi,

Don’t forget to add spring-legacy repo before ActiveMQ:

karaf@root()> feature:repo-add spring-legacy

Regards
JB

> Le 30 sept. 2020 à 20:17, Mark Bordelon <mb...@savoirtech.com> a écrit :
> 
> karaf@root()> version
> 4.2.9
> karaf@root()> feature:repo-add activemq 5.15.1 (tested also on 5.15.0 , or anything later)
> Adding feature url mvn:org.apache.activemq/activemq-karaf/5.15.1/xml/features
> karaf@root()> feature:install activemq-broker
> org.apache.felix.resolver.reason.ReasonException: Unable to resolve root: missing requirement [root] osgi.identity;
> 
> same problem with 4.2.8, 4.2.7, more?  
> I have successfully installed it on 4.1.6, 
> but how does one install activemq broker in karaf for 4.2.x?
>