Bugs item #671806, was opened at 2003-01-21 14:18
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=671806&group_id=22866

Category: JBossMQ
Group: v2.4 (stable)
Status: Open
Resolution: None
Priority: 5
Submitted By: Adam Paster (apaster)
Assigned to: Nobody/Anonymous (nobody)
Summary: ConcurrentModificationException closing TopicConnection

Initial Comment:
WindowsNT, JDK 1.3.1 & JBoss 2.4.10

I am in the process of upgrading from JBoss 2.4.4 to
2.4.10. but I started getting errors in my JMS code
with the 2.4.10 jars.

I created multiple TopicSubscribers from a single
TopicSession with message selectors using JBossMQ. 
I assign to them the same instance of the message listener.

When I have finished, I call the topic connection's
close() method. This fails with the following exception:

java.util.ConcurrentModificationException
        at java.util.HashMap$HashIterator.next(HashMap.java:731)
        at org.jboss.mq.SpySession.close(SpySession.java:294)
        at org.jboss.mq.Connection.close(Connection.java:351)


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=671806&group_id=22866


-------------------------------------------------------
This SF.net email is sponsored by: Scholarships for Techies!
Can't afford IT training? All 2003 ictp students receive scholarships.
Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more.
www.ictp.com/training/sourceforge.asp
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to