One Response

  1. Andrew Kuklewicz
    Andrew Kuklewicz December 7, 2008 at 21:37 |

    Hello –

    The mysql connection issue was introduced in rails 2.1, and a patch is forthcoming – in the meantime better workarounds were posted to the list quite awhile ago. It’s my fault, been busy launching a new site, so I fell behind on this lately.

    The error handling in active messaging depends on how you implement your message processing. It supports all kinds of retry logic, for example, which takes advantage of using a broker for async processing, which other solutions will not offer easily. This is not the default, as idempotent processing is not assumed, but not hard to set up either.

    Sorry I didn’t hear about your issues sooner; these sound like solved problems that need better documentation. Thanks for airing your grievances, if only in retrospect – at least it will help me improve things for the next guy, if not for you.

    -Andrew

Comments are closed.