[rabbitmq-discuss] Rabbit crash (1.7.0)

Matthew Sackman matthew at lshift.net
Thu Apr 15 11:03:15 BST 2010


On Thu, Apr 15, 2010 at 03:12:38PM +0800, Alvaro Videla wrote:
> Well, I found the problem in our situation,
> 
> One of our publishers was opening too many channels. 
> 
> For the library that we are using, if you don't specify the channel_id, then it will open a new one. Our library is a PHP one, I don't know in Jeremy's case.

Yes, you only have 65536 channels max per connection and the client
should reuse them for you automatically if it does assignment of
channels automatically. Both our .Net and Java clients have channel
allocators which cope nicely with holes in the range of assigned
channels and so forth.

Matthew




More information about the rabbitmq-discuss mailing list