[jboss-user] [Beginners Corner] - Re: Message redelivered=6, instead of 10??
gan.gary
do-not-reply at jboss.com
Wed Jul 30 09:29:16 EDT 2008
anonymous wrote : Which version of JBoss are you using?
jboss-4.2.2.GA
anonymous wrote : Also, are you using EJB3 or EJB2.x?
I think EJB3
anonymous wrote : Can you post your MDB (if it is configured through annotations)?
you meant this:
@MessageDriven(activationConfig =
| {
| @ActivationConfigProperty(propertyName="destinationType", propertyValue="javax.jms.Queue"),
| @ActivationConfigProperty(propertyName="destination", propertyValue="queue/XXX/TestResults"),
| @ActivationConfigProperty(propertyName = "acknowledgeMode", propertyValue = "Auto-acknowledge")
| }
anonymous wrote : Are you using the JBoss "default" server or the "all" server?
default, but i think "all" also has same issue
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4167622#4167622
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4167622
More information about the jboss-user
mailing list