So I've been learning as I go with RabbitMQ and I have servers and producer set up; not caring about consumer until i get this fixed. So im collecting my String data over 30 seconds, concatenating them, and sending them as 1 big string; average size is 1180000 bytes. And what I'm experiencing is that the messages take a minimum of 10 minutes to appear in the queue; and up to 30 minutes!
My question is does the size of the message impact the time it takes to get into the queue that much? Or does that not matter and I must be doing something else wrong...
Any help is appreciated.