• 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
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Tim Cooke
Sheriffs:
  • Rob Spoor
  • Liutauras Vilda
  • paul wheaton
Saloon Keepers:
  • Tim Holloway
  • Tim Moores
  • Mikalai Zaikin
  • Carey Brown
  • Piet Souris
Bartenders:
  • Stephan van Hulst

JMS Scheduling - J2EE 1.3

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

I need to schedule my JMS topic to run MDBs in certain times of the day. Since the application needs to run in multiple J2EE application servers and the standard JMS javax.jms.MessageProducer does not have a time based delivery method such as WebLogic's weblogic.jms.extensions.WLMessageProducer.setTimeToDeliver(long), it makes the application rely on cron tabs and other system-dependent scheduling tools.

An alternative may be if the MDBs implement J2EE 1.4's javax.ejb.TimedObject, but that's impossible because the app is running J2EE 1.3 and an upgrade is not coming any time soon.

So, I am stuck with this problem. If any of you had to deal with a similar scenario, please let me know.

Thank you in advance.
[ November 22, 2005: Message edited by: Levent Gurses ]
 
Hey! Wanna see my flashlight? It looks like this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic