There's all kinds of documentation out there about the new ActiveJob framework included in Rails 4.2. But there is no documentation about how to actually write a backend for it. Or in general, what the framework expects from a backend.
I was wondering if ActiveJob was able to work against Amazon SWF as a backend? From an architecture standpoint, are there obstacles? Things I should consider?