I'm using JMS to provide asynchronous auditing of components in our J2EE
application. I've created a MessageServiceActivator that listens to a Queue
(i.e. testQueue) and the auditing component processes the messages. I've
been testing the Activator with the example SenderToQueue client and it
works fine for 20 or so messages and then I get a java.io.EOFException from
JMS (UILClientILService specifically). I want to be able to continually
listen to the queue without having to reconnect every time an error occurs.
Has anyone had similar problems with JBossMQ? Any suggestions would be
greatly appreciated. I have included a stack trace of the error.
Thanks in advance,
Brett
2001-09-10 17:59:07,737 [Thread Pool Worker] DEBUG MessageServiceActivator
- Entered onMessage
2001-09-10 17:59:07,737 [Thread Pool Worker] DEBUG MessageServiceActivator
- onMessage did not receive a TextMessage
2001-09-10 17:59:07,737 [Thread Pool Worker] DEBUG MessageServiceActivator
- Exiting onMessage
2001-09-10 17:59:37,410 [UILClientILService] DEBUG OILClientILService -
Waiting for a messgage from the server
2001-09-10 17:59:37,410 [UILClientILService] DEBUG Connection -
java.io.EOFException
2001-09-10 17:59:37,420 [UILClientILService] WARN Connection - JBossMQ
Connection failure:
javax.jms.JMSException: Connection failure
at org.jbossmq.Connection.asynchFailure(Connection.java:642)
at org.jbossmq.il.oil.OILClientILService.run(OILClientILService.java:130)
at java.lang.Thread.run(Thread.java:484)
java.io.EOFException
at java.io.ObjectInputStream.readByte(ObjectInputStream.java:1907)
at org.jbossmq.il.oil.OILClientILService.run(OILClientILService.java:123)
at java.lang.Thread.run(Thread.java:484)
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user