• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Support delayed delivery and redelivery delay in MQ

 
Ranch Hand
Posts: 137
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
reply
    Bookmark Topic Watch Topic
  • New Topic