[rabbitmq-discuss] inconsistencies in amqp_client

Simon MacMullen simon at rabbitmq.com
Wed Oct 3 15:50:50 BST 2012


To be more specific, the first looks like 2.8.x, and the second like 
default. The correct version is whichever matches the release you're using.

If you want the hrl to go with the 2.8.7 release:

$ cd rabbitmq-erlang-client && hg update rabbitmq_v2_8_7

Cheers, Simon

On 03/10/12 15:43, Tim Watson wrote:
> 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
>
>>
> _______________________________________________ rabbitmq-discuss
> mailing list rabbitmq-discuss at lists.rabbitmq.com
> https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss


-- 
Simon MacMullen
RabbitMQ, VMware


More information about the rabbitmq-discuss mailing list