Unni Na

Greenhorn
+ Follow
since Jul 14, 2015
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Unni Na

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.
9 years ago