[rabbitmq-discuss] No "connection.redirect" support in erlang client.
Ben Hood
0x6e6562 at gmail.com
Wed Oct 8 15:30:19 BST 2008
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?
> 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
More information about the rabbitmq-discuss
mailing list