[rabbitmq-discuss] No "connection.redirect" support in erlang client.

Manuel Duran Aguete manuel+rabbitmq at aguete.org
Wed Oct 8 16:43:38 BST 2008


Ben,
   I'm running a cluster.
   Server rev 265 (5a04b02b93da)
   Client rev 115 (c8303be95a15)

   Rabbit installed from /packaging/debs/Debian

   Ubuntu Linux 8.04 x86
   Erlang R12-B3

   Erlang (BEAM) emulator version 5.6.3 [source] [smp:2]
[async-threads:0] [hipe] [kernel-poll:false]

Regards.


2008/10/8 Ben Hood <0x6e6562 at gmail.com>:
> Manuel,
>
> Are you running a cluster of Rabbits or a single instance?
>
> I've just sucessfully tried running
>
> lib_amqp:start_connection("localhost").
>
> in the shell.
>
> I used a standalone server version 251 (3ced8b393249) and client
> version 111 (203d83e64622).
>
> You are going to have to give me some clues such about your setup,
> like your OS, version of Erlang and specifically how you installed
> Rabbit so that you could get the client to run at all.
>
> Ben
>
>
> On Wed, Oct 8, 2008 at 4:15 PM, Manuel Duran Aguete
> <manuel+rabbitmq at aguete.org> wrote:
>> Hi Ben,
>>
>> 2008/10/8 Ben Hood <0x6e6562 at gmail.com>
>>>
>>> Manuel,
>>>
>>> On Wed, Oct 8, 2008 at 3:22 PM, Manuel Duran Aguete
>>> <manuel+rabbitmq at aguete.org> wrote:
>>> > Hi,
>>> > I'm testing the erlang amqp client and seems it not supports
>>> > "connection.redirect".
>>> >
>>> > 2> lib_amqp:start_connection("localhost").
>>> > Have a look into this one: closed
>>> > ** exception error: no match of right hand side value
>>> > {error,{{badmatch,{'connection.redirect',<<"host1:5672">>,
>>> >
>>> > <<"host1:5672,host2:5672">>}},
>>>
>>> Could you elaborate on what test code you are using, what version of
>>> the client and server are you using to help us diagnose this?
>>
>> Today I've downloaded the repository of server and client and compile
>> all in my workstation.
>>
>>>
>>> > Sorry for the questions but I'm newbie to erlang.
>>>
>>> In general in Erlang badmatch means that you are trying to assign the
>>> wrong pattern to a variable.
>>
>>>
>>> Ben
>>
>>
>> Regards.
>>
>




More information about the rabbitmq-discuss mailing list