1 2 Previous Next 16 Replies Latest reply on Jun 19, 2012 3:25 PM by goldengate001 Go to original post
      • 15. Re: JBOSS AS 7(HornetQ) to ActiveMQ messaging
        jbertram

        Included javax.jms as the dependency in the activemq module.xml.

        OK, that makes sense.

         

        This time it did not threw an exception but did not write anything else on the log.

        You didn't even see "Exited BackendMDB Processing..." (which is printed by the MDB you attached on line 388)?

         

        One more advantage to the JCA approach that I did not mention before is that if the JCA connection factory is configured to use XA then any connection created from the factory will be automatically enlisted into the ongoing JTA transaction (e.g. the one in which the MDB is running).  That way the consumption of the message by the MDB and the sending of the message to the remote destination would be atomic.

        • 16. Re: JBOSS AS 7(HornetQ) to ActiveMQ messaging
          goldengate001

          I did not even see "Exited BackendMDB Processing..." message on the log.

          Have given up trying to make this work as JCA option is the ideal for us.

          1 2 Previous Next