Hi,
I have uploaded the application that I have been using to test this. The steps to recreate are as follows:
1. Deploy attached files
2. Open http://localhost/queue-test in a browser
3. Enter something in the value field
4. Submit the form
5. Run the following SQL: select count(*), state from message group by state;
If everything has worked then this shoud show that there are 100 entries in the PROCESSED state. Any time I run this I end up with around 98-99 entries in the PROCESSED state and 1-2 in the INITIAL state.
Thanks,
Stuart