This is about
JBOSS 6.4 EAP.
Is there anyway I can use HornetMQ and TIBCO EMS as the MQ providers?
It seems it supports only one resource adapter at a time.
<mdb>
<resource-adapter-ref resource-adapter-name="${ejb.resource-adapter-name:hornetq-ra}"/>
<bean-instance-pool-ref pool-name="mdb-strict-max-pool"/>
</mdb>
So what would be my options? I have mdbs listening to queues set up locally(hornetQ) and remotely(EMS).
Thinking of a JMS bridge with remote source and local target.