Add support for timestamp, decimal and table field values
Bug #358251 reported by
Thomas Herve
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
txAMQP |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
The codec and spec files copied from qpid are fairly outdate: in particular, latest version manages new serialization fields supported by the 0.8 version. It would be nice to synchronize those files.
Related branches
Changed in txamqp: | |
status: | New → Fix Released |
To post a comment you must log in.
txAMQP is based off Qpid M2, since M3 added a bunch of stuff that we didn't need (Futures, support for 0-10, etc.), so I haven't tracked it since then. The codec and spec APIs changed a bit, and it might not be trivial to copy them straight away, so what fields are missing in txAMQP? I'll try to port them without changing the API
Thanks!