No, it won't automatically retry after it hits the error queue. It will retry the configured number of times before it hits the error queue. If it hits the error queue, you would have to manually move it off the error queue. As far as I know, this is only really possible with MSMQ.
We're using the Rhino queues in one of our apps and found it best to write our own IMessageModule to handle errors. On Apr 28, 2:45 am, Ozan Yurtseven <[email protected]> wrote: > Hi all, > > I'm using Rhinos-Esb with Rhino queue. Is message gone after adding to error > queue or esb automatically check error queue and send message again later. > If not how can I access the error queue and resend messages again. I'm using > bus.Send() method only. Client only send data not get any message from > backend. Thanks. > > Ozan Yurtseven -- You received this message because you are subscribed to the Google Groups "Rhino Tools Dev" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rhino-tools-dev?hl=en.
