Skip to content

Instantly share code, notes, and snippets.

INIT
{"command": "INIT","file_name":"prueba.pdf"}
APPEND
{"command": "APPEND","file_name":"prueba.pdf", "media_id":"a276c818fbc610e1d72a0c993101c59d", "segment_index":1, "chunk":"ZGVtbw==BASE64"}
{"command": "APPEND","file_name":"prueba.pdf", "media_id":"a276c818fbc610e1d72a0c993101c59d", "segment_index":2, "chunk":"ZGVtbw==BASE64"}
@jcnevado
jcnevado / AMP
Last active December 19, 2015 09:59
<?php
//Worker.php
/* Create a connection using all default credentials: */
$connection = new AMQPConnection();
$connection->connect();
$channel = new AMQPChannel($connection);
/* create a queue object */
$queue = new AMQPQueue($channel);