Hi, It seems I have found something for this. I googled it found that My MDB(A queue Listener) is not processing message concurrently. So I made some configuration change in ejb-jar.xml.
I made maxSessions = 1 and maxMessagesPerSessions =1 then it is working correctly but it processes only one message at time. I google and increased the maxSessions=4 but didn't work. At this point my problem is I cannot processes the message concurrently(with multiple instance of MDB). I will appreciate a quick response. Thanks, Bibhuti -- View this message in context: http://openejb.979440.n4.nabble.com/Exception-in-thread-ActiveMQ-VMTransport-vm-localhost-0-2-java-lang-Interna-lError-java-lang-Interna-tp4660632p4660679.html Sent from the OpenEJB User mailing list archive at Nabble.com.
