简体   繁体   中英

What is the difference between jboss.jms and jboss.mq ?

org.jboss.jms.server.destination.QueueServiceorg.jboss.mq.server.jmx.Queue之间有什么区别?

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

JBoss Messaging will be replaced by JBoss HornetQ :

HornetQ takes over from JBoss Messaging as our premier JMS implementation.

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM