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:
James Strachan 2006-03-15 23:19:02 +00:00
parent 09de5a2481
commit de74d7ac72
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ public class Main {
* @param 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) {
brokerURI = args[0];
}