mirror of https://github.com/apache/activemq.git
AMQ-4803: Updated instructions in examples how to start, as the files has been moved.
This commit is contained in:
parent
d02f696dd0
commit
98803a5949
|
@ -17,9 +17,9 @@
|
||||||
<!--
|
<!--
|
||||||
Demonstrates various ActiveMQ configuration options
|
Demonstrates various ActiveMQ configuration options
|
||||||
|
|
||||||
To run ActiveMQ with this configuration add xbean:conf/activemq-demo.xml to your command
|
To run ActiveMQ with this configuration add xbean:examples/conf/activemq-demo.xml to your command
|
||||||
|
|
||||||
e.g. $ bin/activemq console xbean:conf/activemq-demo.xml
|
e.g. $ bin/activemq console xbean:examples/conf/activemq-demo.xml
|
||||||
-->
|
-->
|
||||||
<beans
|
<beans
|
||||||
xmlns="http://www.springframework.org/schema/beans"
|
xmlns="http://www.springframework.org/schema/beans"
|
||||||
|
|
|
@ -22,11 +22,11 @@
|
||||||
|
|
||||||
To run this example network of ActiveMQ brokers run
|
To run this example network of ActiveMQ brokers run
|
||||||
|
|
||||||
$ bin/activemq console xbean:conf/activemq-dynamic-network-broker1.xml
|
$ bin/activemq console xbean:examples/conf/activemq-dynamic-network-broker1.xml
|
||||||
|
|
||||||
and
|
and
|
||||||
|
|
||||||
$ bin/activemq console xbean:conf/activemq-dynamic-network-broker2.xml
|
$ bin/activemq console xbean:examples/conf/activemq-dynamic-network-broker2.xml
|
||||||
|
|
||||||
in separate consoles
|
in separate consoles
|
||||||
-->
|
-->
|
||||||
|
|
|
@ -22,11 +22,11 @@
|
||||||
|
|
||||||
To run this example network of ActiveMQ brokers run
|
To run this example network of ActiveMQ brokers run
|
||||||
|
|
||||||
$ bin/activemq console xbean:conf/activemq-dynamic-network-broker1.xml
|
$ bin/activemq console xbean:examples/conf/activemq-dynamic-network-broker1.xml
|
||||||
|
|
||||||
and
|
and
|
||||||
|
|
||||||
$ bin/activemq console xbean:conf/activemq-dynamic-network-broker2.xml
|
$ bin/activemq console xbean:examples/conf/activemq-dynamic-network-broker2.xml
|
||||||
|
|
||||||
in separate consoles
|
in separate consoles
|
||||||
-->
|
-->
|
||||||
|
|
|
@ -24,9 +24,9 @@
|
||||||
Download it from http://db.apache.org/derby/ and put it in the ${ACTIVEMQ_HOME}/lib/optional/ folder
|
Download it from http://db.apache.org/derby/ and put it in the ${ACTIVEMQ_HOME}/lib/optional/ folder
|
||||||
Optionally you can configure any other RDBM as shown below
|
Optionally you can configure any other RDBM as shown below
|
||||||
|
|
||||||
To run ActiveMQ with this configuration add xbean:conf/activemq-jdbc.xml to your command
|
To run ActiveMQ with this configuration add xbean:examples/conf/activemq-jdbc.xml to your command
|
||||||
|
|
||||||
e.g. $ bin/activemq console xbean:conf/activemq-jdbc.xml
|
e.g. $ bin/activemq console xbean:examples/conf/activemq-jdbc.xml
|
||||||
-->
|
-->
|
||||||
<beans
|
<beans
|
||||||
xmlns="http://www.springframework.org/schema/beans"
|
xmlns="http://www.springframework.org/schema/beans"
|
||||||
|
|
|
@ -24,9 +24,9 @@
|
||||||
Download it from http://db.apache.org/derby/ and put it in the ${ACTIVEMQ_HOME}/lib/optional/ folder
|
Download it from http://db.apache.org/derby/ and put it in the ${ACTIVEMQ_HOME}/lib/optional/ folder
|
||||||
Optionally you can configure any other RDBM as shown below
|
Optionally you can configure any other RDBM as shown below
|
||||||
|
|
||||||
To run ActiveMQ with this configuration add xbean:conf/activemq-jdbc.xml to your command
|
To run ActiveMQ with this configuration add xbean:examples/conf/activemq-jdbc.xml to your command
|
||||||
|
|
||||||
e.g. $ bin/activemq console xbean:conf/activemq-jdbc.xml
|
e.g. $ bin/activemq console xbean:examples/conf/activemq-jdbc.xml
|
||||||
-->
|
-->
|
||||||
<beans
|
<beans
|
||||||
xmlns="http://www.springframework.org/schema/beans"
|
xmlns="http://www.springframework.org/schema/beans"
|
||||||
|
|
|
@ -26,8 +26,8 @@
|
||||||
|
|
||||||
e.g. ACTIVEMQ_OPTS="-Xmx1024M -Dorg.apache.activemq.UseDedicatedTaskRunner=false"
|
e.g. ACTIVEMQ_OPTS="-Xmx1024M -Dorg.apache.activemq.UseDedicatedTaskRunner=false"
|
||||||
|
|
||||||
To run ActiveMQ with this configuration add xbean:conf/activemq-scalability.xml to your command
|
To run ActiveMQ with this configuration add xbean:examples/conf/activemq-scalability.xml to your command
|
||||||
e.g. $ bin/activemq console xbean:conf/activemq-scalability.xml
|
e.g. $ bin/activemq console xbean:examples/conf/activemq-scalability.xml
|
||||||
-->
|
-->
|
||||||
<beans
|
<beans
|
||||||
xmlns="http://www.springframework.org/schema/beans"
|
xmlns="http://www.springframework.org/schema/beans"
|
||||||
|
|
|
@ -27,9 +27,9 @@
|
||||||
|
|
||||||
For more information see: http://activemq.apache.org/encrypted-passwords.html
|
For more information see: http://activemq.apache.org/encrypted-passwords.html
|
||||||
|
|
||||||
To run ActiveMQ with this configuration add xbean:conf/activemq-security.xml to your command
|
To run ActiveMQ with this configuration add xbean:examples/conf/activemq-security.xml to your command
|
||||||
|
|
||||||
e.g. $ bin/activemq console xbean:conf/activemq-security.xml
|
e.g. $ bin/activemq console xbean:examples/conf/activemq-security.xml
|
||||||
-->
|
-->
|
||||||
<beans
|
<beans
|
||||||
xmlns="http://www.springframework.org/schema/beans"
|
xmlns="http://www.springframework.org/schema/beans"
|
||||||
|
|
|
@ -22,11 +22,11 @@
|
||||||
|
|
||||||
To run this example network of ActiveMQ brokers run
|
To run this example network of ActiveMQ brokers run
|
||||||
|
|
||||||
$ bin/activemq console xbean:conf/activemq-static-network-broker1.xml
|
$ bin/activemq console xbean:examples/conf/activemq-static-network-broker1.xml
|
||||||
|
|
||||||
and
|
and
|
||||||
|
|
||||||
$ bin/activemq console xbean:conf/activemq-static-network-broker2.xml
|
$ bin/activemq console xbean:examples/conf/activemq-static-network-broker2.xml
|
||||||
|
|
||||||
in separate consoles
|
in separate consoles
|
||||||
-->
|
-->
|
||||||
|
|
|
@ -22,11 +22,11 @@
|
||||||
|
|
||||||
To run this example network of ActiveMQ brokers run
|
To run this example network of ActiveMQ brokers run
|
||||||
|
|
||||||
$ bin/activemq console xbean:conf/activemq-static-network-broker1.xml
|
$ bin/activemq console xbean:examples/conf/activemq-static-network-broker1.xml
|
||||||
|
|
||||||
and
|
and
|
||||||
|
|
||||||
$ bin/activemq console xbean:conf/activemq-static-network-broker2.xml
|
$ bin/activemq console xbean:examples/conf/activemq-static-network-broker2.xml
|
||||||
|
|
||||||
in separate consoles
|
in separate consoles
|
||||||
-->
|
-->
|
||||||
|
|
|
@ -24,8 +24,8 @@
|
||||||
|
|
||||||
e.g. ACTIVEMQ_OPTS="-Xmx1024M -Dorg.apache.activemq.UseDedicatedTaskRunner=false"
|
e.g. ACTIVEMQ_OPTS="-Xmx1024M -Dorg.apache.activemq.UseDedicatedTaskRunner=false"
|
||||||
|
|
||||||
To run ActiveMQ with this configuration add xbean:conf/activemq-stomp.xml to your command
|
To run ActiveMQ with this configuration add xbean:examples/conf/activemq-stomp.xml to your command
|
||||||
e.g. $ bin/activemq console xbean:conf/activemq-stomp.xml
|
e.g. $ bin/activemq console xbean:examples/conf/activemq-stomp.xml
|
||||||
-->
|
-->
|
||||||
<beans
|
<beans
|
||||||
xmlns="http://www.springframework.org/schema/beans"
|
xmlns="http://www.springframework.org/schema/beans"
|
||||||
|
|
|
@ -21,8 +21,8 @@
|
||||||
For more information, see:
|
For more information, see:
|
||||||
http://activemq.apache.org/performance-tuning.html
|
http://activemq.apache.org/performance-tuning.html
|
||||||
|
|
||||||
To run ActiveMQ with this configuration add xbean:conf/activemq-throughput.xml to your command
|
To run ActiveMQ with this configuration add xbean:examples/conf/activemq-throughput.xml to your command
|
||||||
e.g. $ bin/activemq console xbean:conf/activemq-throughput.xml
|
e.g. $ bin/activemq console xbean:examples/conf/activemq-throughput.xml
|
||||||
-->
|
-->
|
||||||
<beans
|
<beans
|
||||||
xmlns="http://www.springframework.org/schema/beans"
|
xmlns="http://www.springframework.org/schema/beans"
|
||||||
|
|
Loading…
Reference in New Issue