View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3820577#3820577

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3820577

My MDB is listening to remote queue. Initially my MDB able to receive all the 
messages. After sometime( after few hours ) MDB is not consuming the messages.



    i am getting "Read timed out " exception as below



java.io.InterruptedIOException: Read timed out

        at java.net.SocketInputStream.socketRead(Native Method)

        at java.net.SocketInputStream.read(SocketInputStream.java:85)

        at java.io.BufferedInputStream.fill(BufferedInputStream.java:181)

        at java.io.BufferedInputStream.read(BufferedInputStream.java:199)

        at java.io.ObjectInputStream.peekCode(ObjectInputStream.java:1545)

        at java.io.ObjectInputStream.refill(ObjectInputStream.java:1679)

        at java.io.ObjectInputStream.read(ObjectInputStream.java:1655)

        at java.io.ObjectInputStream.readByte(ObjectInputStream.java:1901)

        at 
org.jboss.mq.il.oil.OILServerILService$Client.run(OILServerILService.java:206)

        at java.lang.Thread.run(Thread.java:479)



   i am using jboss3.2.3 and j2sdk1.3.1.

   until i restart the server, it is not receiving messages.








-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to