Hello all I'm trying the Python Client for Qpid. I did a multiprocess "topic_publisher" that work perfect, populating one queue. But I can't do a multiprocess client to subscribe a topic queue.
What happen is that the first process subscribe the queue and start to get messages, but the next processes always timed out on subscription the queue. Is there anyway to do a multiprocess client to consume a queue? Thanks in advance -- Caio Brentano
