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, except that nacked messages are getting redelivered 
immediately ( instead of every 20 seconds ), and are redelivered beyond 3 times 
when I invoke session.recover(). It's as if the delivery delay and limits I am 
defining are not being used.

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=3878590#3878590

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


-------------------------------------------------------
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