[jboss-cvs] JBoss Messaging SVN: r2287 - branches/Branch_Bisocket_Experiment2/docs/examples/secure-socket/etc.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Feb 13 07:11:46 EST 2007


Author: ron_sigal
Date: 2007-02-13 07:11:46 -0500 (Tue, 13 Feb 2007)
New Revision: 2287

Modified:
   branches/Branch_Bisocket_Experiment2/docs/examples/secure-socket/etc/messaging-secure-socket-service.xml
Log:
Integrated bisocket transport.

Modified: branches/Branch_Bisocket_Experiment2/docs/examples/secure-socket/etc/messaging-secure-socket-service.xml
===================================================================
--- branches/Branch_Bisocket_Experiment2/docs/examples/secure-socket/etc/messaging-secure-socket-service.xml	2007-02-13 12:11:33 UTC (rev 2286)
+++ branches/Branch_Bisocket_Experiment2/docs/examples/secure-socket/etc/messaging-secure-socket-service.xml	2007-02-13 12:11:46 UTC (rev 2287)
@@ -18,7 +18,7 @@
           display-name="SSL Socket Transport Connector">
       <attribute name="Configuration">
          <config>
-            <invoker transport="sslsocket">
+            <invoker transport="sslbisocket">
                <attribute name="marshaller" isParam="true">org.jboss.jms.server.remoting.JMSWireFormat</attribute>
                <attribute name="unmarshaller" isParam="true">org.jboss.jms.server.remoting.JMSWireFormat</attribute>
                <attribute name="serializationtype" isParam="true">jms</attribute>




More information about the jboss-cvs-commits mailing list