Hi gurus!!!
I have two machines with JBOSS 4.2.1.
OS Windows XP
jdk 1.5 (build 1.5.0_13-b05)
JBMessaging 1.4.0 SP3
JBRemoting 2.2.2 SP7
JMS provider was installed on only one machine and uses RDMS Oracle 10.2.0.
The second machine is just remote client. Message delivery was organized synchronously
periodically in EJBTimer
(QueueReceiver::receive(timeout))
I am using Bean Managed Transaction and transacted queue session
(connection.createQueueSession(true, 0))
Closing connection calling in finally block.
I am testing work stability under unstable network connection and unplugging network cable
from jms cleint's machine periodically
After some time I get message on console (as an example):
2008-07-03 09:57:14,437 WARN [org.jboss.jms.client.container.ClientConsumer] Timed out
waiting for last delivery 4 got -1
This message appears periodically in closing connection time (in my opinion).
After some time this message is not appeared, but meesages stay in queue table (jbm_msg)
and is not delivering at all.
During of this timer continue work successfully and periodically creates session, attempts
to receive messages and close connection.
There are not error messages on console.
A versions of JBMessaging and JBRemoting is identical on jms-provider and client
machines.
After restart Jboss on client machine or Jboss whith Jms-provider the message delivering
was started succesfully.
What do this message means and How can I resolve this problem?
Thanks in advance!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4162263#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...