Iron.io Push Queue Setup

Video on iron.io setup http://www.youtube.com/watch?v=CoXHWczPeEw&feature=youtu.be

1. Create http://iron.io account.

2. Login to iron.io site dashborad

3. Under Create new project provide your project name and click submit button

4. Click on the KEY icon your project token and secrete key will be displayed.

5. Login to your FTP account

6. Visit app/config folder

7. Open queue.php in your text editor

8. Change driver from sync to iron

9. Provide the KEY settings in connections array

10. Visit MQ section in iron site

11. Click on Queues and then Click Post new Message

12. A pop-out window will appear, provide the details as given in below image and click 'Post New Message'

13. You will see new a Queue is subscribed. Click on it

14. Follow the step as given in Image

Note:- Make sure you place http://yoursite.com/queue/receive in the URL

15. You are done