[rabbitmq-discuss] inconsistencies in amqp_client

Tim Watson tim at rabbitmq.com
Wed Oct 3 15:43:31 BST 2012


What revision of public-umbrella are you looking at? The default branch is not likely to stay the same as whatever revision a distributed version is based on for long.

On 3 Oct 2012, at 15:38, Cermak, Marek wrote:

> 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
>  
> _______________________________________________
> rabbitmq-discuss mailing list
> rabbitmq-discuss at lists.rabbitmq.com
> https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss



More information about the rabbitmq-discuss mailing list