[erlang-questions] RabbitMQ Erlang client integration

Martin Dimitrov mrtndimitrov@REDACTED
Tue Nov 20 11:06:19 CET 2012


Thanks. I was hoping for a more elegant solution but this will do.

On 11/20/2012 11:47 AM, Dmitry Demeshchuk wrote:
> The possibly shortest way is to abuse the fact that records are actually
> tuples and instead of using a #user record for rabbitmq just use a tuple
> that corresponds to it. And comment out the rabbitmq's #user record
> definition, of course.
> 
> 
> On Tue, Nov 20, 2012 at 1:44 PM, Martin Dimitrov <mrtndimitrov@REDACTED>wrote:
> 
>> Hi all,
>>
>> I want to connect to RabbitMQ broker through the Erlang client listed on
>> their site. The problem is that it defines a record "user" and in our
>> app we already have such named record.
>>
>> What can I do with minimal code changes?
>>
>> Thank you very much.
>>
>> Regards,
>> Martin
>> _______________________________________________
>> erlang-questions mailing list
>> erlang-questions@REDACTED
>> http://erlang.org/mailman/listinfo/erlang-questions
>>
> 
> 
> 




More information about the erlang-questions mailing list