0 Replies Latest reply on Mar 29, 2010 6:33 AM by feci

    Calling external JMS from JBossESB

    feci

      How can I connect to external ActiveMQ. I mean I want to have JBoss Messaging for ESB messages and I have SCA composite endpoint through JMS. SCA implementation (fabric3) uses ActiveMQ. How can I send messages from JBoss Messaging to ActiveMQ?

       

      I tried to use class ActiveMQConnectionFactory directly, but I've got ClassNotFound exception, even if the acrtivemq-all.jar is in .esb archive...

       

      should I place it to some /lib dir, or maybe I can use some JBoss Messaging message factory?