[jboss-cvs] JBoss Messaging SVN: r1875 - branches/Branch_Bisocket_Experiment/docs/examples/secure-socket/etc

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Dec 30 02:30:02 EST 2006


Author: ron_sigal
Date: 2006-12-30 02:30:01 -0500 (Sat, 30 Dec 2006)
New Revision: 1875

Modified:
   branches/Branch_Bisocket_Experiment/docs/examples/secure-socket/etc/messaging-secure-socket-service.xml
Log:
JBMESSAGING-694: Changed transport from sslsocket to sslbisocket.

Modified: branches/Branch_Bisocket_Experiment/docs/examples/secure-socket/etc/messaging-secure-socket-service.xml
===================================================================
--- branches/Branch_Bisocket_Experiment/docs/examples/secure-socket/etc/messaging-secure-socket-service.xml	2006-12-30 07:22:12 UTC (rev 1874)
+++ branches/Branch_Bisocket_Experiment/docs/examples/secure-socket/etc/messaging-secure-socket-service.xml	2006-12-30 07:30:01 UTC (rev 1875)
@@ -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