can HornetQ server(eap 6) communicate to jms-clients in eap 5?

306 views Asked by At

I have a requirement for HornetQ server(jboss eap 6) communicate to jms-clients in jboss eap 5? If so how please help me on this.

And also i created a jms bridge and works fine but the problem is the hornetq server duplicates messages in jms server(JBoss EAP5).

But my intension here is jms clients(eap 5) should connect to hornetq on eap 6.

1

There are 1 answers

3
Clebert Suconic On BEST ANSWER

We have an developement effort to make it compatible. So far our rule of thumb was always server-version > client... the opposite not being tested...

this may change in a near future.. but so far that's been the rule.

This is being done per: https://issues.jboss.org/browse/HORNETQ-1242