RabbitMQ -> messages received as None

Asked by Devin Bhushan

I'm using RabbitMQ with txAMQP and my queue is sending valid messages (I'm printing them out before publishing) but my server is receiving only "None" type messages...and LOTS of them. Is there a way to fix this? User error that I made?

Question information

Language:
English Edit question
Status:
Solved
For:
txAMQP Edit question
Assignee:
No assignee Edit question
Solved by:
Devin Bhushan
Solved:
Last query:
Last reply:
Revision history for this message
Esteve Fernandez (esteve) said :
#1

Hi Devin, could you paste an example of your program? Or just a little snippet so I can reproduce it?

Thanks.

Revision history for this message
Devin Bhushan (bhushan1-l) said :
#2

Sorry, this was indeed a client code problem.