mirror of https://github.com/apache/activemq.git
added a stomp connector to the little debug broker program
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@386209 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
09de5a2481
commit
de74d7ac72
|
@ -32,7 +32,7 @@ public class Main {
|
||||||
* @param args
|
* @param args
|
||||||
*/
|
*/
|
||||||
public static void main(String[] args) {
|
public static void main(String[] args) {
|
||||||
String brokerURI = "broker:(tcp://localhost:61616)?persistent=false&useJmx=true";
|
String brokerURI = "broker:(tcp://localhost:61616,stomp://localhost:61613)?persistent=false&useJmx=true";
|
||||||
if (args.length > 0) {
|
if (args.length > 0) {
|
||||||
brokerURI = args[0];
|
brokerURI = args[0];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue