[jboss-cvs] JBoss Messaging SVN: r1493 - branches/Branch_HTTP_Experiment/src/etc/server/default/deploy

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Oct 18 03:53:36 EDT 2006


Author: ron_sigal
Date: 2006-10-18 03:53:36 -0400 (Wed, 18 Oct 2006)
New Revision: 1493

Modified:
   branches/Branch_HTTP_Experiment/src/etc/server/default/deploy/remoting-service.xml
Log:
JBMESSAGING-207: Added callbackStore class to invoker configuration.

Modified: branches/Branch_HTTP_Experiment/src/etc/server/default/deploy/remoting-service.xml
===================================================================
--- branches/Branch_HTTP_Experiment/src/etc/server/default/deploy/remoting-service.xml	2006-10-18 07:52:43 UTC (rev 1492)
+++ branches/Branch_HTTP_Experiment/src/etc/server/default/deploy/remoting-service.xml	2006-10-18 07:53:36 UTC (rev 1493)
@@ -24,6 +24,7 @@
                <attribute name="serverBindAddress">${jboss.bind.address}</attribute>
                <attribute name="serverBindPort">4457</attribute>
                <attribute name="leasePeriod">20000</attribute>
+               <attribute name="callbackStore">org.jboss.remoting.callback.CallbackStore</attribute>
             </invoker>
             <handlers>
                <handler subsystem="JMS">org.jboss.jms.server.remoting.JMSServerInvocationHandler</handler>




More information about the jboss-cvs-commits mailing list