I have the following scenario:

Read a message from a Weblogic queue and I have to write this to an ActiveMQ queue (transaction wise)

(i can't use JMS Bridge,Foreign JNDI for various reason that do not depend on me)

Is there a way of doing this ? using Spring ? or JCA ?

Thanks