[rabbitmq-discuss] hanging on message sending with py-amqplib
Matthias Radestock
matthias at rabbitmq.com
Fri Oct 1 23:22:59 BST 2010
Tsuraan,
tsuraan wrote:
> A sample python script that's hanging for me is:
>
>>>> c=connect()
>>>> from amqplib.client_0_8 import Message
>>>> ch=c.channel()
>>>> ch.tx_select()
>>>> ch.basic_publish(m, 'amq.direct', 'foo')
>>>> ch.tx_commit()
>
> The tx_commit call just never returns.
And that's in a rabbit that otherwise is completely idle?
How much memory is rabbit currently using?
Does the rabbit.log say anything about memory alarms?
If you can, please post the output of the various rabbitmqctl list_*
commands.
Matthias.
More information about the rabbitmq-discuss
mailing list