Whats is diffrence between classes org.jboss.jms.server.destination.QueueService and org.jboss.mq.server.jmx.Queue?
+1
A:
Hi,
As far as I know JBossMQ will be replaced by JBoss Messaging in JBoss AS 5.0.
For further details see:
Notice 1 and related topic Related Topic
Koekiebox
2009-09-04 09:22:35
+4
A:
org.jboss.jms.server.destination.QueueService
is part of JBossMessaging, which is JBoss's new JMS implementation, supplied as part of JBoss AppServer version 5 and later (or JBoss EAP 4.3 or later)
org.jboss.mq.server.jmx.Queue
is part of JBossMQ, which is part of JBoss's old (and now obsolete) JMS implementation, found in JBoss AppServer versions up to 4.2
skaffman
2009-09-04 09:48:03
A:
JBoss Messaging will be replaced by JBoss HornetQ:
HornetQ takes over from JBoss Messaging as our premier JMS implementation.
mjustin
2010-02-14 10:27:19