• 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

How to recover input message from JMS queue after transaction rolled back

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

I am developing the J2ee application with CMT( Container Management Transaction )MDB using weblogic server 8.1.
I have a problem to recover the input message from queue after transaction rolled back.

I have configured in weblogic admin console with input message redeliver from queue with retry count and retry time if any transaction rolled back.
But after retry count over I did not find message in input queue.
SO how can I recover the original message from queue once the problem resolve .


I would be appreciated you if any one help me on this issue.

Thanks with regard
Manish
 
reply
    Bookmark Topic Watch Topic
  • New Topic