AMQP 'connection.open' reserved parameters
- by jldupont
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"…