[rabbitmq-discuss] Topic exchange trouble with python's amqplib
Ben Hyde
bhyde at pobox.com
Tue Feb 17 15:07:59 GMT 2009
I've got a problem; maybe people can offer some suggestions for things
to try.
I've a listener on a topic exchange. Using python amqplib I connect
to a topic
exchange, binding a pattern, read messages off the wire, and handle
them.
This works great for about ten minutes at which point it hangs in the
read.
The rabbitmq log shows the connection starting, and when I kill my
listener
I see the connection_closed_abruptly.
If I turn on tracing in amqplib I can watch the listener take delivery
and
acknowledge repeatedly until the hang occurs.
Hopefully I'm doing something obviously wrong.
- ben
More information about the rabbitmq-discuss
mailing list