[
http://jira.jboss.com/jira/browse/JBMESSAGING-861?page=all ]
Sergey Koshcheyev resolved JBMESSAGING-861.
-------------------------------------------
Resolution: Done
Remoting configuration moved to src/etc/remoting-*-service.xml. ServiceContainer still
parses it manually though because it needs to create RemotingJMXWrapper out of it, not
Connector. See
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=110533.
Change the test framework to use remoting-service.xml configuration
for testing, and drop ServiceContainer duplicate remoting configuration
-------------------------------------------------------------------------------------------------------------------------------------------
Key: JBMESSAGING-861
URL:
http://jira.jboss.com/jira/browse/JBMESSAGING-861
Project: JBoss Messaging
Issue Type: Feature Request
Components: Tests and Performance
Reporter: Ovidiu Feodorov
Assigned To: Sergey Koshcheyev
Fix For: 1.4.0.CR1
Tim:
wrt our discussion about OOM errors in HTTP tests, I notice the service container is
currently using the BlockingCallbackStore:
String params =
"/?" +
marshallers +
"serializationtype=" + serializationType + "&" +
dataType +
"socket.check_connection=false&" +
"clientLeasePeriod=" + clientLeasePeriod + "&" +
"callbackStore=org.jboss.remoting.callback.BlockingCallbackStore&" +
"clientSocketClass=org.jboss.jms.client.remoting.ClientSocketWrapper&" +
"serverSocketClass=org.jboss.jms.server.remoting.ServerSocketWrapper&" +
"NumberOfRetries=1&" +
"NumberOfCallRetries=2&" +
"callbackErrorsAllowed=1&" +
"onewayThreadPool=org.jboss.jms.server.remoting.DirectThreadPool";
but the remoting-service.xml is using the standard callback store:
<attribute name="leasePeriod">10000</attribute>
<attribute
name="callbackStore">org.jboss.remoting.callback.CallbackStore</attribute>
<attribute name="clientSocketClass"
isParam="true">org.jboss.jms.client.remoting.ClientSocketWrapper</attribute>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira