[rabbitmq-discuss] dropped messages on low volume

Joel Reymont joelr1 at gmail.com
Wed Jul 1 16:13:58 BST 2009


On Jul 1, 2009, at 3:57 PM, Matthew Sackman wrote:

> We're wondering whether you're using the same channel or connection  
> for
> all of your clients? If so, that would be bad as as soon as one of  
> them
> closes, the other messages will not get through - teardown shuts both
> the channel and the connection.


I hasten to add that although a single connection is shared on the  
client side by Erlang processes, this connection is not closed when  
clients terminate. The channel that's started for each individual  
client is closed, though.

	Thanks, Joel

---
Mac hacker with a performance bent
http://www.linkedin.com/in/joelreymont





More information about the rabbitmq-discuss mailing list