User development, A new message was posted in the thread "Client hangs when get JMS connection factory":
http://community.jboss.org/message/520972#520972 Author : mingjun jiang Profile : http://community.jboss.org/people/mjjiangbhr Message: -------------------------------------------------------------- > mailto:[email protected] 编写: > > > > mjjiangbhr wrote: > > > > actually, the changing of timeout value doesn't solve our problem, the > > changing of timeout value incurred another issue: you know, if there is no > > message in topic/queue in server side, then the remote client (message > > listener) won't receive any message, that mean the connection is idle, if > > the idle duration exceeds the "timeout" value, then the JBM will forcibly > > close the connection, so the remoting client won't receive any subsequent > > messages any more, it's a serious problem! > > > > I don't know enough about JBossMessaging to comment. Can you elaborate? > > -Ron Ron, please refer to this link: https://jira.jboss.org/jira/browse/JBREM-1169. Actually, you had already commented on this issue in the JBREM-1169 In our application, there are a lot of Message listeners running on the client side, these message listeners will receive messages from queue/topic deployed in JBoss Messaging. If we set the timeout value to a non-zero value, and if there is no message in topic/queue in server side, then the remote client (message listener) won't receive any message, that mean the connection between client and server is idle, if the idle duration exceeds the non-zero "timeout" value, then the JBM will forcibly close the connection, so the remoting client won't receive any subsequent messages from server any more...... -------------------------------------------------------------- To reply to this message visit the message page: http://community.jboss.org/message/520972#520972
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
