powershell - Laravel 4 + Iron: How to register a queue? -


i have setup free account , create first project: queue_test have followed tutorial: http://vimeo.com/64703617 taylor otwell , create simple app uses queues. put app on server. point is: how can push queue? how can run command: php artisan queue:subscribe queue_test http://mydomain.com/queue/push if use powershell on localhost.. how can run command on server?

someone can clarify me point?

you can manually in https://hud.iron.io/dashboard:

  • open ironmq (mq button) project.
  • click queues tab
  • click on queue name
  • in subscribers widget, add url: http://mydomain.com/queue/push.

Comments

Popular posts from this blog

c# - How Configure Devart dotConnect for SQLite Code First? -

java - Copying object fields -

c++ - Clear the memory after returning a vector in a function -