Redelivery Settings

View: New views
2 Messages — Rating Filter:   Alert me  

Redelivery Settings

by unknown12 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

i am looking for settings that manage redelivery in case of rollbacked jms transactions. Assume you have multiple queue consumers and some of them rollback some of the inbound jms transactions because they are currently unable to process these messages. It is possible to just set another queue where the message failed can be routed to? Just by configuration? Or is there something like a redelivery delay? Currently we implemented this function by ourselves what is quite unstable, ugly and error-prone.

Re: Redelivery Settings

by IIT Software :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Managing this kind of redelivery server side is mostly ugly too. That's why we chose to provide a general purpose Job Scheduler (Scheduler Swiftlet) in every SwiftMQ Router. For your problem you can just create a message schedule. There is an example on that page which schedules redelivery of a message 2 h from now.