[rabbitmq-discuss] inconsistencies in amqp_client

Cermak, Marek Marek.Cermak at Honeywell.com
Wed Oct 3 15:38:10 BST 2012


Hi,
we've found small inconsistency between amqp_client.hrl in public umbrella and in the distribution of amqp_client. One of the record is probably different:

-record(amqp_params_direct, {username = <<"guest">>, virtual_host = <<"/">>, node = node(), adapter_info = none, client_properties = []}).
vs
-record(amqp_params_direct, {username = <<"guest">>, password = none, virtual_host = <<"/">>, node = node(), adapter_info = none, client_properties = []}).

Is it possible? What is the correct version? Any chance it'll get corrected anyhow?

Thanks
Marek

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20121003/58594c10/attachment.htm>


More information about the rabbitmq-discuss mailing list