[rabbitmq-discuss] Uncaught exception 'AMQPConnectionException' with message 'Parameter 'host' exceeds 32 characters limit

Marek Majkowski majek04 at gmail.com
Wed Sep 29 14:09:28 BST 2010


I'm afraid we know nothing about the php lib. But going through
the sources reveals more 32-byte limits:
http://svn.php.net/repository/pecl/amqp/trunk/amqp.c

Let's ask the author:

Pieter,
  is there any reason for the 32 byte limits?

Cheers,
  Marek

On Tue, Sep 28, 2010 at 14:56, Bryan Murphy <bmurphy1976 at gmail.com> wrote:
> I'm trying to use php pecl amqp to set up some monitoring scripts.  When I
> create a connection using a valid DNS name, I get the following exception:
> PHP Fatal error:  Uncaught exception 'AMQPConnectionException' with message
> 'Parameter 'host' exceeds 32 characters limit.'
>
> Seems way too restrictive to me.


More information about the rabbitmq-discuss mailing list