Question

I am implementing Amazon's SQS service in My Rails application.
I am trying to make a Poller which will continuously monitor the incoming Queue.
What I want to do is when I start my rails server the Poller should be start and start monitoring the incoming queue.

Which is the best way to implement this code in my rails app?

Your suggestion will appropriate me.

No correct solution

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top