mirror of https://github.com/apache/activemq.git
https://issues.apache.org/activemq/browse/AMQ-3020 - missing properties file
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1032904 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4411ff6680
commit
4f327e091b
|
@ -0,0 +1,61 @@
|
|||
## ---------------------------------------------------------------------------
|
||||
## 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.
|
||||
## ---------------------------------------------------------------------------
|
||||
|
||||
# Remote addresses for the other brokers in mesh
|
||||
|
||||
|
||||
# 1a
|
||||
1a.name=1a-nc
|
||||
1a.uri=failover:(tcp://localhost:6106)?randomize=false
|
||||
1a.transport=tcp://localhost:6106
|
||||
1a.jmx=1090
|
||||
1a.data=target/data/1a_store
|
||||
|
||||
# 1b
|
||||
1b.name=1b-nc
|
||||
1b.uri=failover:(tcp://localhost:6107)?randomize=false
|
||||
1b.transport=tcp://localhost:6107
|
||||
1b.jmx=1091
|
||||
1b.data=target/data/1b_store
|
||||
|
||||
# 2a
|
||||
2a.name=2a-nc
|
||||
2a.uri=failover:(tcp://localhost:6108)?randomize=false
|
||||
2a.transport=tcp://localhost:6108
|
||||
2a.jmx=1092
|
||||
2a.data=target/data/2a_store
|
||||
|
||||
# 2b
|
||||
2b.name=2b-nc
|
||||
2b.uri=failover:(tcp://localhost:6109)?randomize=false
|
||||
2b.transport=tcp://localhost:6109
|
||||
2b.jmx=1093
|
||||
2b.data=target/data/2b_store
|
||||
|
||||
# 3a
|
||||
3a.name=3a-nc
|
||||
3a.uri=failover:(tcp://localhost:6110)?randomize=false
|
||||
3a.transport=tcp://localhost:6110
|
||||
3a.jmx=1094
|
||||
3a.data=target/data/3a_store
|
||||
|
||||
# 3b
|
||||
3b.name=3b-nc
|
||||
3b.uri=failover:(tcp://localhost:6111)?randomize=false
|
||||
3b.transport=tcp://localhost:6111
|
||||
3b.jmx=1095
|
||||
3b.data=target/data/3b_store
|
Loading…
Reference in New Issue