[Txamqp-dev] 'headers' not in msg.content:

2009-09-05 Thread Dan Di Spaltro
So I keep running into this problem in our production system since the addition of the basic return, that I either get a truckload of these: * 'headers' not in msg.content - or - * txamqp.client.Closed: Method(name=close, id=60) (503, 'COMMAND_INVALID - expected content header for class 60, got no

Re: [Txamqp-dev] 'headers' not in msg.content:

2009-09-05 Thread Dan Di Spaltro
Well I think these two issues aren't as related as I thought. The headers not in content happens when you: * have a publisher, send to a queue. * disconnect the publisher, make sure the queue is still alive aka, no auto_delete * send to the response queue, which no longer exists, and this happens