You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by oroger <Ol...@gmail.com> on 2012/04/13 15:01:21 UTC

Re: Route messages from HornetQ to ActiveMQ

I had the same issues when playing with OSGi, ActiveMQ, HornetQ and Camel.

I was trying to move messages from ActiveMQ to HornetQ.
The problem was the logging implementation that was missing (jnp-client
import for logging is optional).

Providing the jboss-logging-spi and jboss-logging-jdk as explained in 
http://stackoverflow.com/questions/1974883/jboss-4-2-2-to-5-0-1-migrationneeded-jboss-client-jar-files
this page  fixed my issue.

HTH,

Olivier Roger

--
View this message in context: http://activemq.2283324.n4.nabble.com/Route-messages-from-HornetQ-to-ActiveMQ-tp4435172p4554745.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.