• 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
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

websphere JMS question

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am working on an appln in web sphere 6.1 ,

I have an MDB and , during its processing if it encounters any environmental problems , it needs to roll back into the same JMS queue .

Here ,I am looking for the configurable paramaters for queue ,

1. Redelivery limit ( number of retry attemps on the queue )
2. Redelivery Delay ( retry interval for each retry)
3. Error destination queue

Once its rolled back with max retries , it needs to go to the specified error destination queue.

Please let me know where can we specify the above parameters in webspehre console ?
 
reply
    Bookmark Topic Watch Topic
  • New Topic