Skip to content

Instantly share code, notes, and snippets.

View juggy's full-sized avatar
🎯
Focusing

Julien Guimont juggy

🎯
Focusing
View GitHub Profile
<msgs>
<!-- Select all Queues using regex -->
<msg select=".*">
<body>
<![CDATA[Data to send]]>
</body>
</msg>
<!-- Specify queues -->
@juggy
juggy / Show Queue URL
Created March 14, 2010 18:33
Get Queue Statuses
GET http://live.bolideapp.com/q.xml
GET http://live.bolideapp.com/q/<q_name>.xml
@juggy
juggy / New or Update Queue
Created March 14, 2010 18:32
URL to Create or Update a Queue
PUT http://live.bolideapp.com/q/<q_name>.xml
@juggy
juggy / Show Queue XML.xml
Created March 14, 2010 18:20
Bolide Q index XML
<qs account="bolide_account">
<q id="client_1">
<msg_count>0</msg_count>
<token>30b397d0-11c5-012d-0143-404077aa86f5</token>
<expire_on>2010-03-14T18:32:37+00:00</expire_on>
</q>
<q id="client_2">
<msg_count>3</msg_count>
<token>4b321ff0-11c5-012d-0143-404077aa86f5</token>
<expire_on>2010-03-14T19:32:37+00:00</expire_on>