Skip Menu |

This queue is for tickets about the AnyEvent-RabbitMQ CPAN distribution.

Report information
The Basics
Id: 82159
Status: resolved
Priority: 0/
Queue: AnyEvent-RabbitMQ

People
Owner: Nobody in particular
Requestors: bitcard [...] davel.me.uk
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 1.05
Fixed in: (no value)



Subject: Incompatible with RabbitMQ 3.0.1
I'm finding that connections get aborted when AnyEvent::RabbitMQ is used against RabbitMQ 3.0.1. I suspect that the breaking change was in 3.0.0, 24971 enable heartbeats by default but I have not entirely debugged it yet. Best regards, Dave Lambley
I think this is related to Net::AMQP and this bug that's been since fixed in Git but not in a release to CPAN: https://github.com/ewaters/net-amqp/pull/7 I'll work on getting this updated soon. Eric On Fri Dec 21 07:25:33 2012, bitcard@davel.me.uk wrote: Show quoted text
> I'm finding that connections get aborted when AnyEvent::RabbitMQ is
used Show quoted text
> against RabbitMQ 3.0.1. I suspect that the breaking change was in
3.0.0, Show quoted text
> > 24971 enable heartbeats by default > > but I have not entirely debugged it yet. > > Best regards, > Dave Lambley
This is fixed in the latest version of the code if you have an updated Net::AMQP with the fix.