You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@synapse.apache.org by ch...@apache.org on 2007/03/26 13:19:41 UTC

svn commit: r522485 - in /webservices/synapse/trunk/java/repository/conf/sample: synapse_sample_200.xml synapse_sample_201.xml synapse_sample_202.xml synapse_sample_203.xml

Author: chathura_ce
Date: Mon Mar 26 04:19:40 2007
New Revision: 522485

URL: http://svn.apache.org/viewvc?view=rev&rev=522485
Log:
Added sample configurations for load balancing and failover endpoints.

Added:
    webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_200.xml
    webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_201.xml
    webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_202.xml
    webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_203.xml

Added: webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_200.xml
URL: http://svn.apache.org/viewvc/webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_200.xml?view=auto&rev=522485
==============================================================================
--- webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_200.xml (added)
+++ webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_200.xml Mon Mar 26 04:19:40 2007
@@ -0,0 +1,54 @@
+<!--
+  ~  Licensed to the Apache Software Foundation (ASF) under one
+  ~  or more contributor license agreements.  See the NOTICE file
+  ~  distributed with this work for additional information
+  ~  regarding copyright ownership.  The ASF licenses this file
+  ~  to you under the Apache License, Version 2.0 (the
+  ~  "License"); you may not use this file except in compliance
+  ~  with the License.  You may obtain a copy of the License at
+  ~
+  ~   http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~  Unless required by applicable law or agreed to in writing,
+  ~  software distributed under the License is distributed on an
+  ~   * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  ~  KIND, either express or implied.  See the License for the
+  ~  specific language governing permissions and limitations
+  ~  under the License.
+  -->
+
+<!-- demontrates simple session less load balancing between 3 endpoints -->
+<definitions xmlns="http://ws.apache.org/ns/synapse">
+
+    <sequence name="main">
+        <in>
+            <send>
+                <endpoint>
+                    <loadbalance>
+                        <endpoint>
+                            <address uri="http://localhost:9001/axis2/services/LoadbalanceFailoverService">
+                                <enableAddressing/>
+                            </address>
+                        </endpoint>
+                        <endpoint>
+                            <address uri="http://localhost:9002/axis2/services/LoadbalanceFailoverService">
+                                <enableAddressing/>
+                            </address>
+                        </endpoint>
+                        <endpoint>
+                            <address uri="http://localhost:9003/axis2/services/LoadbalanceFailoverService">
+                                <enableAddressing/>
+                            </address>
+                        </endpoint>
+                    </loadbalance>
+                </endpoint>
+            </send>
+        </in>
+
+        <out>
+            <!-- Send the messages where they have been sent (i.e. implicit To EPR) -->
+            <send/>
+        </out>
+    </sequence>
+
+</definitions>

Added: webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_201.xml
URL: http://svn.apache.org/viewvc/webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_201.xml?view=auto&rev=522485
==============================================================================
--- webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_201.xml (added)
+++ webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_201.xml Mon Mar 26 04:19:40 2007
@@ -0,0 +1,54 @@
+<!--
+  ~  Licensed to the Apache Software Foundation (ASF) under one
+  ~  or more contributor license agreements.  See the NOTICE file
+  ~  distributed with this work for additional information
+  ~  regarding copyright ownership.  The ASF licenses this file
+  ~  to you under the Apache License, Version 2.0 (the
+  ~  "License"); you may not use this file except in compliance
+  ~  with the License.  You may obtain a copy of the License at
+  ~
+  ~   http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~  Unless required by applicable law or agreed to in writing,
+  ~  software distributed under the License is distributed on an
+  ~   * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  ~  KIND, either express or implied.  See the License for the
+  ~  specific language governing permissions and limitations
+  ~  under the License.
+  -->
+
+<!-- Demontrates failover sending among 3 endpoints. -->
+<definitions xmlns="http://ws.apache.org/ns/synapse">
+
+    <sequence name="main">
+        <in>
+            <send>
+                <endpoint>
+                    <failover>
+                        <endpoint>
+                            <address uri="http://localhost:9001/axis2/services/LoadbalanceFailoverService">
+                                <enableAddressing/>
+                            </address>
+                        </endpoint>
+                        <endpoint>
+                            <address uri="http://localhost:9002/axis2/services/LoadbalanceFailoverService">
+                                <enableAddressing/>
+                            </address>
+                        </endpoint>
+                        <endpoint>
+                            <address uri="http://localhost:9003/axis2/services/LoadbalanceFailoverService">
+                                <enableAddressing/>
+                            </address>
+                        </endpoint>
+                    </failover>
+                </endpoint>
+            </send>
+        </in>
+
+        <out>
+            <!-- Send the messages where they have been sent (i.e. implicit To EPR) -->
+            <send/>
+        </out>
+    </sequence>
+
+</definitions>

Added: webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_202.xml
URL: http://svn.apache.org/viewvc/webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_202.xml?view=auto&rev=522485
==============================================================================
--- webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_202.xml (added)
+++ webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_202.xml Mon Mar 26 04:19:40 2007
@@ -0,0 +1,59 @@
+<!--
+  ~  Licensed to the Apache Software Foundation (ASF) under one
+  ~  or more contributor license agreements.  See the NOTICE file
+  ~  distributed with this work for additional information
+  ~  regarding copyright ownership.  The ASF licenses this file
+  ~  to you under the Apache License, Version 2.0 (the
+  ~  "License"); you may not use this file except in compliance
+  ~  with the License.  You may obtain a copy of the License at
+  ~
+  ~   http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~  Unless required by applicable law or agreed to in writing,
+  ~  software distributed under the License is distributed on an
+  ~   * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  ~  KIND, either express or implied.  See the License for the
+  ~  specific language governing permissions and limitations
+  ~  under the License.
+  -->
+
+<!-- Demontrates session affinity load balancing between 3 endpoints. We are using client
+ initiated session for this sample. -->
+<definitions xmlns="http://ws.apache.org/ns/synapse">
+
+    <sequence name="main">
+        <in>
+            <send>
+                <endpoint>
+                    <!-- specify the session as the simple client session provided by Synapse for
+                    testing purpose -->
+                    <session type="simpleClientSession"/>
+
+                    <loadbalance>
+                        <endpoint>
+                            <address uri="http://localhost:9001/axis2/services/LoadbalanceFailoverService">
+                                <enableAddressing/>
+                            </address>
+                        </endpoint>
+                        <endpoint>
+                            <address uri="http://localhost:9002/axis2/services/LoadbalanceFailoverService">
+                                <enableAddressing/>
+                            </address>
+                        </endpoint>
+                        <endpoint>
+                            <address uri="http://localhost:9003/axis2/services/LoadbalanceFailoverService">
+                                <enableAddressing/>
+                            </address>
+                        </endpoint>
+                    </loadbalance>
+                </endpoint>
+            </send>
+        </in>
+
+        <out>
+            <!-- Send the messages where they have been sent (i.e. implicit To EPR) -->
+            <send/>
+        </out>
+    </sequence>
+
+</definitions>

Added: webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_203.xml
URL: http://svn.apache.org/viewvc/webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_203.xml?view=auto&rev=522485
==============================================================================
--- webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_203.xml (added)
+++ webservices/synapse/trunk/java/repository/conf/sample/synapse_sample_203.xml Mon Mar 26 04:19:40 2007
@@ -0,0 +1,72 @@
+<!--
+  ~  Licensed to the Apache Software Foundation (ASF) under one
+  ~  or more contributor license agreements.  See the NOTICE file
+  ~  distributed with this work for additional information
+  ~  regarding copyright ownership.  The ASF licenses this file
+  ~  to you under the Apache License, Version 2.0 (the
+  ~  "License"); you may not use this file except in compliance
+  ~  with the License.  You may obtain a copy of the License at
+  ~
+  ~   http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~  Unless required by applicable law or agreed to in writing,
+  ~  software distributed under the License is distributed on an
+  ~   * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  ~  KIND, either express or implied.  See the License for the
+  ~  specific language governing permissions and limitations
+  ~  under the License.
+  -->
+
+<!-- Demontrates the session affinity load balancing between fail over endpoints. If endpoint servers
+maintain session specific data, such data have to replicated among the failover endpoints. -->
+<definitions xmlns="http://ws.apache.org/ns/synapse">
+
+    <sequence name="main">
+        <in>
+            <send>
+                <endpoint>
+                    <!-- specify the session as the simple client session provided by Synapse for
+                    testing purpose -->
+                    <session type="simpleClientSession"/>
+
+                    <loadbalance>
+                        <endpoint>
+                            <failover>
+                                <endpoint>
+                                    <address uri="http://localhost:9001/axis2/services/LoadbalanceFailoverService">
+                                        <enableAddressing/>
+                                    </address>
+                                </endpoint>
+                                <endpoint>
+                                    <address uri="http://localhost:9002/axis2/services/LoadbalanceFailoverService">
+                                        <enableAddressing/>
+                                    </address>
+                                </endpoint>
+                            </failover>
+                        </endpoint>
+                        <endpoint>
+                            <failover>
+                                <endpoint>
+                                    <address uri="http://localhost:9003/axis2/services/LoadbalanceFailoverService">
+                                        <enableAddressing/>
+                                    </address>
+                                </endpoint>
+                                <endpoint>
+                                    <address uri="http://localhost:9004/axis2/services/LoadbalanceFailoverService">
+                                        <enableAddressing/>
+                                    </address>
+                                </endpoint>
+                            </failover>
+                        </endpoint>
+                    </loadbalance>
+                </endpoint>
+            </send>
+        </in>
+
+        <out>
+            <!-- Send the messages where they have been sent (i.e. implicit To EPR) -->
+            <send/>
+        </out>
+    </sequence>
+
+</definitions>



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