[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - DeliveryMode in selectors

adrian@jboss.org do-not-reply at jboss.com
Tue Oct 2 07:51:19 EDT 2007


Judging by this thread posted in the JBossMQ forum,

http://www.jboss.com/index.html?module=bb&op=viewtopic&t=119574

you've got a bug in JBoss Messaging:

See JMS Spec 3.8.1.3

Wrong

  | DeliveryMode = 2
  | 

Correct

  | DeliveryMode = 'PERSISTENT'
  | 


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4090593#4090593

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4090593



More information about the jboss-dev-forums mailing list