• 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:

JMS Message Redelivery on MQ

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I need to introduce a delay between attempts to delivery the same failed message and I would rather do this as a configuration issue rather than through the construction of an elaborate series of queues.

I am looking for a way to define the Redelivery Delay on a MQ Server. On the jBoss implementation that we are using during our development we can do this by changing the value of "RedeliveryDelay" using the MBean associated with the Queue.

Is there anyway to configure the delay between redeliveries of failed messages on an MQ Server? (We are currently using IBM WebSphere MQ v5.3 in our production environment)

Thanks
 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Andrew Bowes:
I need to introduce a delay between attempts to delivery the same failed message and I would rather do this as a configuration issue rather than through the construction of an elaborate series of queues.

I am looking for a way to define the Redelivery Delay on a MQ Server. On the jBoss implementation that we are using during our development we can do this by changing the value of "RedeliveryDelay" using the MBean associated with the Queue.

Is there anyway to configure the delay between redeliveries of failed messages on an MQ Server? (We are currently using IBM WebSphere MQ v5.3 in our production environment)

Thanks

 
Roger Tang
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Andrew Bowes:
I need to introduce a delay between attempts to delivery the same failed message and I would rather do this as a configuration issue rather than through the construction of an elaborate series of queues.

I am looking for a way to define the Redelivery Delay on a MQ Server. On the jBoss implementation that we are using during our development we can do this by changing the value of "RedeliveryDelay" using the MBean associated with the Queue.

Is there anyway to configure the delay between redeliveries of failed messages on an MQ Server? (We are currently using IBM WebSphere MQ v5.3 in our production environment)


i've run into the same problem. any one can help us out? thx
Thanks

 
reply
    Bookmark Topic Watch Topic
  • New Topic