cl2dlope / pyactivemq

Automatically exported from code.google.com/p/pyactivemq
Apache License 2.0
0 stars 0 forks source link

Missing some messages for an simple auth broker #33

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Have a broker which uses simple Authentication for all queues and is
password protected
2. One python producer, producing 20 messages and sleeping after that < not
exiting the process> and one python Asynchronous consumer <different python
programs>
connecting to the same queue

What is the expected output? What do you see instead?
Expect Output --all messages  are received, in order

Actual Output - Not all messages are received -- Only alternate messages
are received -- And when the producer is killed, the alternate messages
that were not sent in the first place are received.

What version of the product are you using? On what operating system?
pyactivemq trunk, Ubuntu 

Please provide any additional information below.

Original issue reported on code.google.com by ramya.ra...@gmail.com on 27 Apr 2010 at 7:45