A
A
Anton Ivanov2015-12-16 04:08:22
Ruby on Rails
Anton Ivanov, 2015-12-16 04:08:22

What are the benefits of using Active Job over other queue managers, Apache Apollo for example?

Hello.
The question is actually in the title.
Always worked with Apache Apollo, even used it in rails applications.
It is possible that the comparison is incorrect, since a specific task is assigned to the Active Job, but different tasks are also performed in the queue handler depending on the path along which the message was sent.
Please clarify :)
Thank you.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Artem Pyankov, 2015-12-16
@ibub1ik

ActiveJob is just a generic interface wrapper for backends. Allows you to change the backend with minimal effort, if necessary.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question