Posted: Thu Feb 05, 2004 2:13 am Post subject: Message Backed Out but pick aftera particular time interval!
Newbie
Joined: 31 Dec 2003 Posts: 4
Hi
I am providing a backout count facility in my JMS application in case the message is rolled back but I want that the message should be picked up from the queue only after a particular time period. Can I delay the redelivery?
I am not using any application server.
Any Hints!
Back out to a different queue, and have another application set up to redeliver for processing after the proper delay. _________________ I am *not* the model of the modern major general.
Jeff,
Do you wish to suggest that I make a new application which picks up the message from the queue after a particular time period only and this new application is continuously checking for a message after a particular time period picks and sends it.
But is there any way to delay the redivery without making a new application. As my application is asynchronous and using pool of sessions listeners and hence I cannot even use a selector in this case.
I heard that in weblogic it is possible. But as that I am not using any application server so if I can have some other more better way of doing it !
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum