• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

JMS - Auto-Acknowledge question

 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If the JMS listener is set to AUTO_ACK mode and if there is an unchecked exception, would there be an automatic retry immediately ? I would like the message to remain in the queue until it is successfully processed. I am also looking into setting the retry w/ delay option and I think the JMS writes to DLQ after some retries. Can I call a separate handler when the retries are exhausted ?


thoughts?

Thanks
Harsha
 
reply
    Bookmark Topic Watch Topic
  • New Topic