Activity log for bug #1022965

Date Who What changed Old value New value Message
2012-07-10 13:15:11 Thomas BURGUIERE bug added bug
2012-07-10 13:15:11 Thomas BURGUIERE attachment added spec 0-9-1 https://bugs.launchpad.net/bugs/1022965/+attachment/3218418/+files/codec.patch
2012-07-10 13:16:14 Thomas BURGUIERE description There is some AMQP field that are not implemented in txAMQP. If I refer to this specification : http://www.amqp.org/specification/0-9-1/amqp-org-download (specially page 31 of the pdf: Format Protocol Grammar) I can see some field type that are not implemented in txAMQP (example filed-array) I'am using a rabbitmq broker with federation plugin which use field-array (I was having a error in my code when receiving this type of field) I've written a patch to implement encoding/decoding of those field (tested with the filed-array type). There is some AMQP field that are not implemented in txAMQP. If I refer to this specification : http://www.amqp.org/specification/0-9-1/amqp-org-download (specially page 31 of the pdf: Format Protocol Grammar) I can see some field type that are not implemented in txAMQP (example filed-array) I'am using a rabbitmq broker with federation plugin which use field-array (I was having a error in my code when receiving this type of field) I've written a patch to implement encoding/decoding of those field (tested with the filed-array type which don't raise error now).
2012-07-10 13:31:00 Thomas BURGUIERE description There is some AMQP field that are not implemented in txAMQP. If I refer to this specification : http://www.amqp.org/specification/0-9-1/amqp-org-download (specially page 31 of the pdf: Format Protocol Grammar) I can see some field type that are not implemented in txAMQP (example filed-array) I'am using a rabbitmq broker with federation plugin which use field-array (I was having a error in my code when receiving this type of field) I've written a patch to implement encoding/decoding of those field (tested with the filed-array type which don't raise error now). There is some AMQP field that are not implemented in txAMQP. If I refer to this specification : http://www.amqp.org/specification/0-9-1/amqp-org-download (specially page 31 of the pdf: Format Protocol Grammar) I can see some field type that are not implemented in txAMQP (example filed-array) I'am using a rabbitmq broker with federation plugin which use field-array (I was having a error in my code when receiving this type of field) I've written a patch to implement encoding/decoding of those field (tested with the filed-array type which don't raise error now). The field Decimal has been implemented the same way pika has implemented it. http://pypi.python.org/pypi/pika
2012-07-16 15:52:12 Igor Tkach attachment added fixed.codec.patch https://bugs.launchpad.net/txamqp/+bug/1022965/+attachment/3225130/+files/fixed.codec.patch
2013-07-18 12:08:57 Rudy Attias bug added subscriber Rudy Attias
2013-09-29 09:39:35 Esteve Fernandez txamqp: status New Fix Released