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

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 ]
 
yeah, but ... what would PIE do? Especially concerning this tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic