Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ under the License.
</discovery-group>
</discovery-groups>

<cluster-user>my-cluster-user</cluster-user>
<cluster-password>my-cluster-password</cluster-password>

<cluster-connections>
<cluster-connection name="my-cluster">
<connector-ref>netty-connector</connector-ref>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ under the License.
</discovery-group>
</discovery-groups>

<cluster-user>my-cluster-user</cluster-user>
<cluster-password>my-cluster-password</cluster-password>

<cluster-connections>
<cluster-connection name="my-cluster">
<connector-ref>netty-connector</connector-ref>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ under the License.
</discovery-group>
</discovery-groups>

<cluster-user>my-cluster-user</cluster-user>
<cluster-password>my-cluster-password</cluster-password>

<cluster-connections>
<cluster-connection name="my-cluster">
<connector-ref>netty-connector</connector-ref>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ under the License.
</discovery-group>
</discovery-groups>

<cluster-user>my-cluster-user</cluster-user>
<cluster-password>my-cluster-password</cluster-password>

<cluster-connections>
<cluster-connection name="my-cluster">
<connector-ref>netty-connector</connector-ref>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ under the License.
</discovery-group>
</discovery-groups>

<cluster-user>my-cluster-user</cluster-user>
<cluster-password>my-cluster-password</cluster-password>

<cluster-connections>
<cluster-connection name="my-cluster">
<connector-ref>netty-connector</connector-ref>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ under the License.
</discovery-group>
</discovery-groups>

<cluster-user>my-cluster-user</cluster-user>
<cluster-password>my-cluster-password</cluster-password>

<cluster-connections>
<cluster-connection name="my-cluster">
<connector-ref>netty-connector</connector-ref>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ under the License.
</discovery-group>
</discovery-groups>

<cluster-user>my-cluster-user</cluster-user>
<cluster-password>my-cluster-password</cluster-password>

<cluster-connections>
<cluster-connection name="my-cluster">
<connector-ref>netty-connector</connector-ref>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ under the License.
</discovery-group>
</discovery-groups>

<cluster-user>my-cluster-user</cluster-user>
<cluster-password>my-cluster-password</cluster-password>

<cluster-connections>
<cluster-connection name="my-cluster">
<connector-ref>netty-connector</connector-ref>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ under the License.
<acceptor name="netty-acceptor">tcp://localhost:61616</acceptor>
</acceptors>

<cluster-user>my-cluster-user</cluster-user>
<cluster-password>my-cluster-password</cluster-password>

<cluster-connections>
<cluster-connection-uri address="static://(tcp://localhost:61617)?connectorName=netty-connector;retryInterval=500;messageLoadBalancingType=STRICT;maxHops=1" name="my-cluster"/>
</cluster-connections>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ under the License.
<acceptor name="netty-acceptor">tcp://localhost:61617</acceptor>
</acceptors>

<cluster-user>my-cluster-user</cluster-user>
<cluster-password>my-cluster-password</cluster-password>

<!-- Clustering configuration -->
<cluster-connections>
<cluster-connection-uri address="static://(tcp://localhost:61616)?connectorName=netty-connector;retryInterval=500;messageLoadBalancingType=STRICT;maxHops=1" name="my-cluster"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@
<acceptor name="netty-acceptor">tcp://localhost:61618</acceptor>
</acceptors>

<cluster-user>my-cluster-user</cluster-user>
<cluster-password>my-cluster-password</cluster-password>

<cluster-connections>
<cluster-connection-uri address="static://(tcp://localhost:61616)?connectorName=netty-connector;retryInterval=500;messageLoadBalancingType=STRICT;maxHops=1" name="my-cluster"/>
</cluster-connections>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@
<acceptor name="netty-acceptor">tcp://localhost:61619</acceptor>
</acceptors>

<cluster-user>my-cluster-user</cluster-user>
<cluster-password>my-cluster-password</cluster-password>

<!-- Clustering configuration -->
<cluster-connections>
<cluster-connection-uri address="static://(tcp://localhost:61616)?connectorName=netty-connector;retryInterval=500;messageLoadBalancingType=STRICT;maxHops=1" name="my-cluster"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ under the License.
<acceptor name="netty-acceptor">tcp://localhost:61616</acceptor>
</acceptors>

<cluster-user>my-cluster-user</cluster-user>
<cluster-password>my-cluster-password</cluster-password>

<cluster-connections>
<cluster-connection name="my-cluster">
<connector-ref>netty-connector</connector-ref>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ under the License.
<acceptor name="netty-acceptor">tcp://localhost:61617</acceptor>
</acceptors>

<cluster-user>my-cluster-user</cluster-user>
<cluster-password>my-cluster-password</cluster-password>

<!-- Clustering configuration -->
<cluster-connections>
<cluster-connection name="my-cluster">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@
<acceptor name="netty-acceptor">tcp://localhost:61618</acceptor>
</acceptors>

<cluster-user>my-cluster-user</cluster-user>
<cluster-password>my-cluster-password</cluster-password>

<!-- Clustering configuration -->
<cluster-connections>
<cluster-connection name="my-cluster">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@
<acceptor name="netty-acceptor">tcp://localhost:61619</acceptor>
</acceptors>

<cluster-user>my-cluster-user</cluster-user>
<cluster-password>my-cluster-password</cluster-password>

<!-- Clustering configuration -->
<cluster-connections>
<cluster-connection name="my-cluster">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@
<acceptor name="netty-acceptor">tcp://localhost:61616</acceptor>
</acceptors>

<cluster-user>my-cluster-user</cluster-user>
<cluster-password>my-cluster-password</cluster-password>

<cluster-connections>
<cluster-connection name="my-cluster">
<connector-ref>netty-connector</connector-ref>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@
<acceptor name="netty-acceptor">tcp://localhost:61617</acceptor>
</acceptors>

<cluster-user>my-cluster-user</cluster-user>
<cluster-password>my-cluster-password</cluster-password>

<!-- Clustering configuration -->
<cluster-connections>
<cluster-connection name="my-cluster">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@
<acceptor name="netty-acceptor">tcp://localhost:61618</acceptor>
</acceptors>

<cluster-user>my-cluster-user</cluster-user>
<cluster-password>my-cluster-password</cluster-password>

<!-- Clustering configuration -->
<cluster-connections>
<cluster-connection name="my-cluster">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ under the License.
</discovery-group>
</discovery-groups>

<cluster-user>my-cluster-user</cluster-user>
<cluster-password>my-cluster-password</cluster-password>

<cluster-connections>
<cluster-connection-uri address="multicast://my-discovery-group?messageLoadBalancingType=STRICT;retryInterval=500;connectorName=netty-connector;maxHops=1" name="my-cluster"/>
</cluster-connections>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ under the License.
</discovery-group>
</discovery-groups>

<cluster-user>my-cluster-user</cluster-user>
<cluster-password>my-cluster-password</cluster-password>

<cluster-connections>
<cluster-connection-uri address="multicast://my-discovery-group?messageLoadBalancingType=STRICT;retryInterval=500;connectorName=netty-connector;maxHops=1" name="my-cluster"/>
</cluster-connections>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ under the License.
</discovery-group>
</discovery-groups>

<cluster-user>my-cluster-user</cluster-user>
<cluster-password>my-cluster-password</cluster-password>

<cluster-connections>
<cluster-connection name="my-cluster">
<connector-ref>netty-connector</connector-ref>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ under the License.
</discovery-group>
</discovery-groups>

<cluster-user>my-cluster-user</cluster-user>
<cluster-password>my-cluster-password</cluster-password>

<cluster-connections>
<cluster-connection name="my-cluster">
<connector-ref>netty-connector</connector-ref>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ under the License.
</discovery-group>
</discovery-groups>

<cluster-user>my-cluster-user</cluster-user>
<cluster-password>my-cluster-password</cluster-password>

<cluster-connections>
<cluster-connection name="my-cluster">
<connector-ref>netty-connector</connector-ref>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ under the License.
</discovery-group>
</discovery-groups>

<cluster-user>my-cluster-user</cluster-user>
<cluster-password>my-cluster-password</cluster-password>

<cluster-connections>
<cluster-connection name="my-cluster">
<connector-ref>netty-connector</connector-ref>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ under the License.
</discovery-group>
</discovery-groups>

<cluster-user>my-cluster-user</cluster-user>
<cluster-password>my-cluster-password</cluster-password>

<cluster-connections>
<cluster-connection name="my-cluster">
<connector-ref>netty-connector</connector-ref>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ under the License.
</discovery-group>
</discovery-groups>

<cluster-user>my-cluster-user</cluster-user>
<cluster-password>my-cluster-password</cluster-password>

<cluster-connections>
<cluster-connection name="my-cluster">
<connector-ref>netty-connector</connector-ref>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ under the License.
</discovery-group>
</discovery-groups>

<cluster-user>my-cluster-user</cluster-user>
<cluster-password>my-cluster-password</cluster-password>

<cluster-connections>
<cluster-connection name="my-cluster">
<connector-ref>netty-connector</connector-ref>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ under the License.
</discovery-group>
</discovery-groups>

<cluster-user>my-cluster-user</cluster-user>
<cluster-password>my-cluster-password</cluster-password>

<cluster-connections>
<cluster-connection name="my-cluster">
<connector-ref>netty-connector</connector-ref>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ under the License.
</discovery-group>
</discovery-groups>

<cluster-user>my-cluster-user</cluster-user>
<cluster-password>my-cluster-password</cluster-password>

<cluster-connections>
<cluster-connection name="my-cluster">
<connector-ref>netty-connector</connector-ref>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ under the License.
</discovery-group>
</discovery-groups>

<cluster-user>my-cluster-user</cluster-user>
<cluster-password>my-cluster-password</cluster-password>

<cluster-connections>
<cluster-connection name="my-cluster">
<connector-ref>netty-connector</connector-ref>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ under the License.
</discovery-group>
</discovery-groups>

<cluster-user>my-cluster-user</cluster-user>
<cluster-password>my-cluster-password</cluster-password>

<cluster-connections>
<cluster-connection name="my-cluster">
<connector-ref>netty-connector</connector-ref>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ under the License.
</discovery-group>
</discovery-groups>

<cluster-user>my-cluster-user</cluster-user>
<cluster-password>my-cluster-password</cluster-password>

<cluster-connections>
<cluster-connection name="my-cluster">
<connector-ref>netty-connector</connector-ref>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ under the License.
</discovery-group>
</discovery-groups>

<cluster-user>my-cluster-user</cluster-user>
<cluster-password>my-cluster-password</cluster-password>

<cluster-connections>
<cluster-connection name="my-cluster">
<connector-ref>netty-connector</connector-ref>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ under the License.
</discovery-group>
</discovery-groups>

<cluster-user>my-cluster-user</cluster-user>
<cluster-password>my-cluster-password</cluster-password>

<cluster-connections>
<cluster-connection name="my-cluster">
<connector-ref>netty-connector</connector-ref>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ under the License.
</replication>
</ha-policy>

<cluster-user>my-cluster-user</cluster-user>
<cluster-password>my-cluster-password</cluster-password>

<cluster-connections>
<cluster-connection name="my-cluster">
<connector-ref>netty-connector</connector-ref>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ under the License.
</replication>
</ha-policy>

<cluster-user>my-cluster-user</cluster-user>
<cluster-password>my-cluster-password</cluster-password>

<cluster-connections>
<cluster-connection name="my-cluster">
<connector-ref>netty-connector</connector-ref>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ under the License.
</discovery-group>
</discovery-groups>

<cluster-user>my-cluster-user</cluster-user>
<cluster-password>my-cluster-password</cluster-password>

<cluster-connections>
<cluster-connection name="my-cluster">
<connector-ref>netty-connector</connector-ref>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ under the License.
</discovery-group>
</discovery-groups>

<cluster-user>my-cluster-user</cluster-user>
<cluster-password>my-cluster-password</cluster-password>

<cluster-connections>
<cluster-connection name="my-cluster">
<connector-ref>netty-connector</connector-ref>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ under the License.
</discovery-group>
</discovery-groups>

<cluster-user>my-cluster-user</cluster-user>
<cluster-password>my-cluster-password</cluster-password>

<cluster-connections>
<cluster-connection name="my-cluster">
<connector-ref>netty-connector</connector-ref>
Expand Down
Loading