Question

I have setup a free account and create a first project: queue_test I have followed this tutorial: http://vimeo.com/64703617 by Taylor Otwell and create a simple app that uses queues. I put that app on the server. The point is: How can i push the queue? How can i run this command: php artisan queue:subscribe queue_test http://mydomain.com/queue/push if normally i use powershell on localhost.. How can i run that command on the server?

Someone can clarify to me this point?

Was it helpful?

Solution

You can do it manually in https://hud.iron.io/dashboard:

  • Open the IronMQ (MQ button) for your project.
  • Click the Queues tab
  • Click on your queue name
  • In the subscribers widget, add your url: http://mydomain.com/queue/push.
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top