You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@synapse.apache.org by up...@apache.org on 2007/12/07 06:40:01 UTC

svn commit: r601998 - /webservices/synapse/trunk/java/src/site/resources/Synapse_Configuration_Language.html

Author: upul
Date: Thu Dec  6 21:39:56 2007
New Revision: 601998

URL: http://svn.apache.org/viewvc?rev=601998&view=rev
Log:
doc - added jms destination type, some sample uris

Modified:
    webservices/synapse/trunk/java/src/site/resources/Synapse_Configuration_Language.html

Modified: webservices/synapse/trunk/java/src/site/resources/Synapse_Configuration_Language.html
URL: http://svn.apache.org/viewvc/webservices/synapse/trunk/java/src/site/resources/Synapse_Configuration_Language.html?rev=601998&r1=601997&r2=601998&view=diff
==============================================================================
--- webservices/synapse/trunk/java/src/site/resources/Synapse_Configuration_Language.html (original)
+++ webservices/synapse/trunk/java/src/site/resources/Synapse_Configuration_Language.html Thu Dec  6 21:39:56 2007
@@ -350,6 +350,30 @@
   </timeout>?
 &lt;/address&gt;</pre>
 
+<p>Following are some sample uri definitions.</p>
+
+<p>HTTP</p>
+<pre>http://localhost:9000/soap/SimpleStockQuoteService</pre>
+
+<p>JMS full definition</p>
+<pre>jms:/SimpleStockQuoteService?transport.jms.ConnectionFactoryJNDIName=QueueConnectionFactory&amp;java.naming.factory.initial=org.apache.activemq.jndi.ActiveMQInitialContextFactory&amp;java.naming.provider.url=tcp://localhost:61616&amp;transport.jms.DestinationType=topic</pre>
+
+<p>JMS connection factory reference which is defined in JMSListener of
+axis2.xml as a parameter</p>
+<pre>jms:/SimpleStockQuoteService?transport.jms.ConnectionFactory=myQueueConnectionFactory</pre>
+
+<p>SMTP</p>
+<pre>mailto:guest@host</pre>
+
+<p>Directory</p>
+<pre>vfs:file:///home/user/directory</pre>
+
+<p>File</p>
+<pre>vfs:file:///home/user/file</pre>
+
+<p>FTP</p>
+<pre>vfs:ftp://guest:guest@localhost/directory?vfs.passive=true</pre>
+
 <h4><a name="wsdl-endpoint">WSDL Endpoint</a></h4>
 
 <p>WSDL endpoint is an endpoint based on a WSDL document. It can extract the
@@ -498,14 +522,21 @@
       <td></td>
       <td>Optional</td>
       <td>transport.jms.Destination</td>
-      <td>The JMS Destination name (Defaults to a Queue with the service
+      <td>The JMS destination name (Defaults to a Queue with the service
       name)</td>
     </tr>
     <tr>
       <td></td>
       <td>Optional</td>
+      <td>transport.jms.DestinationType</td>
+      <td>The JMS destination  type. Accept values 'queue' or 'topic' 
+        (default: queue)</td>
+    </tr>
+    <tr>
+      <td></td>
+      <td>Optional</td>
       <td>transport.jms.ReplyDestination</td>
-      <td>The Destination where a reply would be posted</td>
+      <td>The destination where a reply will be posted</td>
     </tr>
     <tr>
       <td></td>



---------------------------------------------------------------------
To unsubscribe, e-mail: synapse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: synapse-dev-help@ws.apache.org