mirror of https://github.com/apache/activemq.git
removed old configuration documentation
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@356517 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
fba1488453
commit
8f40a7eeca
|
@ -164,13 +164,6 @@ public class Main {
|
|||
System.out.println(" Example: Main xbean:activemq.xml");
|
||||
System.out.println(" Loads the xbean configuration file from the classpath");
|
||||
System.out.println();
|
||||
System.out.println(" Spring based broker configuration:");
|
||||
System.out.println(" ");
|
||||
System.out.println(" Example: Main spring:file:activemq.xml");
|
||||
System.out.println(" Loads the spring configuration file from the current working directory");
|
||||
System.out.println(" Example: Main spring:activemq.xml");
|
||||
System.out.println(" Loads the spring configuration file from the classpath");
|
||||
System.out.println();
|
||||
System.out.println(" URI Parameter based broker configuration:");
|
||||
System.out.println(" Example: Main broker:(tcp://localhost:61616, tcp://localhost:5000)?useJmx=true");
|
||||
System.out.println(" Configures the broker with 2 transport connectors and jmx enabled");
|
||||
|
|
Loading…
Reference in New Issue