alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

ActiveMQ example source code file (activemq-browse.properties)

This example ActiveMQ source code file (activemq-browse.properties) is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Java - ActiveMQ tags/keywords

apache, asf, asf, is, license, license, of, remote, see, see, unless, version, you, you

The ActiveMQ activemq-browse.properties source code

## ---------------------------------------------------------------------------
## 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

Other ActiveMQ examples (source code examples)

Here is a short list of links related to this ActiveMQ activemq-browse.properties source code file:

... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.