[
https://jira.jboss.org/jira/browse/JBMESSAGING-1482?page=com.atlassian.ji...
]
graham sanderson commented on JBMESSAGING-1482:
-----------------------------------------------
Note that if you pass the values in the config map when you create the client in
JMSRemotingConntection.start()
client = new Client(serverLocator, config);
(and you have remoting 2.2.2 SP11 which fixes
https://jira.jboss.org/jira/browse/JBREM-1069 that affects ping timeout), then you
don't need to modify addConnectionListener.
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