My TOPIC is defined as follows:

  | <mbean code="org.jboss.mq.server.jmx.Topic" 
name="jboss.mq.destination:service=Topic,name=myTopic">
  |  <depends optional-attribute-name="DestinationManager">
  |    jboss.mq:service=DestinationManager</depends>
  |  <attribute name="RedeliveryDelay">200000</attribute>
  |  <attribute name="RedeliveryLimit">3</attribute>
  | </mbean>

My client is using CLIENT_ACKNOWLEDGE and works fine as far as receiving 
message of off myTopic; however, when I nack a message and then repeatedly 
invoke session.recover(), the nacked message is getting redelivered immediately 
( instead of every 20 seconds ), and is redelivered beyond 3 times. It's as if 
the delivery delay and limits I am defining are not being used and/or ignored.

There is nothing in the log4 TRACE output that indicates a problem either.

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

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


-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to