Posts Tagged ‘Ruby Rails’
Build Messaging Between Ruby/Rails Applications with IronMQ
Background job processing is a familiar concept for those working with Ruby/Rails apps, but a far less commonly utilized tool is also far more flexible when it comes to asynchronous execution, and that is a message broker. With a message broker, you can create a message within a given application and then process that message…
Read More