AMQP 'connection.open' reserved parameters

Posted by jldupont on Stack Overflow See other posts from Stack Overflow or by jldupont
Published on 2010-03-29T20:15:29Z Indexed on 2010/03/29 20:33 UTC
Read the original article Hit count: 569

Filed under:
|

I am writing an AMQP Client Library in Erlang. For the 'connection.open' method, there are 2 reserved parameters "documented" in AMQP 0.9.1 out of a total of 3. When I send the method in question without the "reserved parameters", I get "unable to decode method" in the error log.

What should I be sending as value for those "reserved parameters" ??

Update: It seems the server still expects some parameters even if the parameters are deprecated (see source code for code generator).

© Stack Overflow or respective owner

Related posts about amqp

Related posts about erlang