Is there a way to configure an interval in SwiftMQ which defines the time after which a message is redelivered from a queue to a message consumer?
Location: http://www.jguru.com/faq/view.jsp?EID=1272304 Created: Nov 19, 2005 Author: Andreas Mueller (http://www.jguru.com/guru/viewbio.jsp?EID=23179) Question originally posed by Tillmann Schall (http://www.jguru.com/guru/viewbio.jsp?EID=1271950 You can schedule a so-called Message Job to redeliver a received message whenever you want. There’s an example on that page to schedule a message 2 hours later.
Related Questions
- Is there a way to configure an interval in SwiftMQ which defines the time after which a message is redelivered from a queue to a message consumer?
- What message distribution policy does the JMS API specify when there are two or more QueueReceivers for the same queue at the same time?
- How do I configure message queue parameters on SCO OpenServer 5?