Great, thanks
James Strachan wrote:
On 8/23/06, Adrian Tarau <[EMAIL PROTECTED]> wrote:
I got this exception when I tried to clear a queue(I'm in the same
process so I have access to the queue directly).
java.util.ConcurrentModificationException
at
java.util.LinkedList$ListItr.checkForComodification(LinkedList.java:617)
at java.util.LinkedList$ListItr.remove(LinkedList.java:585)
at org.apache.activemq.broker.region.Queue.purge(Queue.java:578)
This is a known issue
http://issues.apache.org/activemq/browse/AMQ-890
John Heitmann has kindly submitted a patch which will hopefully be
applied soon