• 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

JBoss crash handling

 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Does "JBoss Application Server 5.0 and above" support any server crash handling mechanism?

If JBoss crashes when some transaction is in progress, I would like to continue that transaction when JBoss comes back online. I have EJB3's and some MDBs deployed into the JBoss server and its running on Linux platform.

Thanks!
 
Bartender
Posts: 10336
Hibernate Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There may be JBoss scpecifics here, but would a persistent topic or queue not be what you are looking for?
 
author
Posts: 194
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Rohithaksha Kalluraya wrote:Does "JBoss Application Server 5.0 and above" support any server crash handling mechanism?

If JBoss crashes when some transaction is in progress, I would like to continue that transaction when JBoss comes back online. I have EJB3's and some MDBs deployed into the JBoss server and its running on Linux platform.

Thanks!


Hi Rohithaksha
I happened to write a small tutorial some days ago....
http://www.mastertheboss.com/en/jboss-server/237-intercepting-jboss-shutdown.html
Hope it helps
Francesco
 
Ranch Hand
Posts: 527
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Francesco Marchioni wrote:
I happened to write a small tutorial some days ago....
http://www.mastertheboss.com/en/jboss-server/237-intercepting-jboss-shutdown.html
Hope it helps
Francesco



Nice and very useful code Francesco. As long as we can find equivalent class for "ServiceMBeanSupport" in respective Application Server, we can use this service in any of Application Server.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic