• 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

Time To Deliver Facility in Jboss

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

We are using WebLogic 8.2 server for our project. We have JMSs and MDBs. In Weblogic, each queue can be configured for Time To Deliver Override. See attachement for the Time To Deliver Override configuration. More details on this click the following link http://download.oracle.com/docs/cd/E13222_01/wls/docs81/jms/implement.html. Using Time To Deliver Override, one can specify the schedule at which the queue should deliver the message to the MDB. Example: deliver message to MDB only from 9AM to 4PM.

Is there any similar feature available in JBOSS 5.1 GA?

Regards,
Suresh
Time-To-deliver.JPG
[Thumbnail for Time-To-deliver.JPG]
 
Sheriff
Posts: 10445
227
IntelliJ IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
See section 6.7.2.1.11 for the JBossMessage.JMS_JBOSS_SCHEDULED_DELIVERY_PROP_NAME property here
 
Suresh Babu Shanmugam
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you Jaikiran...!

Regards,
Suresh
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic