[jboss-jira] [JBoss JIRA] Commented: (JBMESSAGING-1482) Client remoting configuration not properly passed to jboss remoting
Howard Gao (JIRA)
jira-events at lists.jboss.org
Mon Jan 12 03:53:04 EST 2009
[ https://jira.jboss.org/jira/browse/JBMESSAGING-1482?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12447238#action_12447238 ]
Howard Gao commented on JBMESSAGING-1482:
-----------------------------------------
That's true. The reason I put it in addConectionListener is that if you don't add the listener, the ConnectionValidator won't be created and started. In that case the ping related configure parameters are not of any use.
If https://jira.jboss.org/jira/browse/JBREM-1082 is fixed, then there is nothing to be changed in JBM.
> Client remoting configuration not properly passed to jboss remoting
> -------------------------------------------------------------------
>
> Key: JBMESSAGING-1482
> URL: https://jira.jboss.org/jira/browse/JBMESSAGING-1482
> Project: JBoss Messaging
> Issue Type: Bug
> Components: JMS Remoting
> Affects Versions: 1.4.0.SP3.CP04, 1.4.2.GA
> Environment: All platforms
> Reporter: Howard Gao
> Assignee: Howard Gao
> Fix For: 1.4.0.SP3.CP05, 1.4.3.GA
>
>
> Client connection parameters like validatorPingPeriod/Timeout is not passed on to JBoss remoting layer. The result is the remoting will use default value rather the configured value. To get those parameters passed correctly, we should use Client.addConnectionListener(listener, metadata) provided by remoting. See JMSRemotingConnection.addConnectionListener() and addPlainConnectionListener().
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list