• 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

Delete messages from DLQ

 
Ranch Hand
Posts: 30
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

In our project we are making use of Jboss as application server and transfering the messages asynchronously to an external system. In that process, I'm sending the messages into DLQ from the original queue when the external system is down and resending the messages from DLQ to original queue when the external system is up. But some how the messages are not getting cleared in the DLQ. Is there any way to clear all those messages that are sent back to the original queue?

Pls. let me know ASAP...


Thanks
Raseswari.
 
reply
    Bookmark Topic Watch Topic
  • New Topic