I would like to know if this scenario is possible:
- I Have Topic jms at jboss6
- I have mdb at jboss-4.2.3.GA.
Is it possible for the MDB(jboss-4.2.3.GA) to lookup for the jms(jboss6.0) straight forward or there is a need to add some libraries?
thanks,
ray.
It’s not straightforward. JBossAS 4.x and 6.x use completely different (and incompatible) JMS implementations (JBossMQ and HornetQ, respectively).
The JBoss webaite does have documentation of a bridge between the two (Integrating HornetQ 2.1.1 and JBoss AS 4, with JMS bridge), but it looks like quite a lot of work.