|
Home > Archive > WebSphere Application Server > August 2006 > Howto JMS Scheduled Message Delivery with Websphere Application
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Howto JMS Scheduled Message Delivery with Websphere Application
|
|
|
| Hello,
I have a MDB which receives the message and based on some business requirement ,I need to send a new message to another queue with some delay ie, i need to deliver a message after 5 min or 10 min (programmable).
What will be best implementation for this scenario?
Thanks in advance.
Vijay
| |
| Paul Ilechko 2006-07-02, 7:27 pm |
| vijay.kumar.sitha@belgacom.be wrote:
> Hello,
>
> I have a MDB which receives the message and based on some business
> requirement ,I need to send a new message to another queue with some
> delay ie, i need to deliver a message after 5 min or 10 min
> (programmable).
>
> What will be best implementation for this scenario?
depending on the specifics, EJB Timers or the WebSphere Scheduler
Service might meet your needs. See here for a comparison:
http://publib.boulder.ibm.com/infoc...ks/tsch_ep.html
| |
|
| Hello,
I am using Websphere Scheduler API to schedule the task.
I am using MessageTaskInfo.
I would like to know how can i set JMSCorrelationID and JMSReplyTo headers?
Thanks in advance
Vijay.
|
|
|
|
|