posted 15 years ago
Hi there,
I setup in Weblogic server, a foreign JMS queue point to a queue in MQ Series. My message driven bean in Weblogic will process messages from MQ Series.
I wish to implement delivery delay and redelivery delay but cannot seem to find a way to do that.
1) when a messages arrives at a queue, wait for X seconds before my message driven bean gets notified
2) when a message is rolled back to a queue, wait for X seconds before my message driven bean reprocess it.
In Weblogic, you can configure that in ConnectionFactory, but it no longer has that if it is a foreign JMS like MQ.
My question is, how would someone do that?
Thanks,
Yan