Open GoogleCodeExporter opened 9 years ago
I'm having the same issue, with basic_get
< 60,70: Channel.basic_get
waiting for 60,71, 60,72
waiting for a new frame
> 60,71: Channel.basic_get_ok
waiting for a new frame
< [hex]:
0000 01 00 01 00 00 00 0F 00 3C 00 46 00 01 07 64 65 ........ <.F...de
0010 66 61 75 6C 74 01 CE fault.?
< 60,70: Channel.basic_get
waiting for 60,71, 60,72
waiting for a new frame
PHP Fatal error: Uncaught exception 'Exception' with message 'Expecting AMQP
method, received frame type: 3' in /EZ/php2/lib/amqp.inc:396
Stack trace:
#0 /EZ/php2/lib/amqp.inc(1405): AbstractChannel->wait(Array)
#1 /EZ/php2/lib/MessageConnection.php(65): AMQPChannel->basic_get('default',
true)
#2 /EZ/php2/lib/testController.php(15): MessageConnection->getMessages()
#3 {main}
thrown in /EZ/php2/lib/amqp.inc on line 396
here is the what the frame looks like:
Array
(
[0] => 3
[1] => asdf
)
Original comment by Mkeasl...@ezyield.com
on 25 Jan 2012 at 2:42
Original issue reported on code.google.com by
arielfer...@gmail.com
on 18 Oct 2011 at 9:37