java.naming.factory.initial = org.apache.activemq.jndi.ActiveMQInitialContextFactory# use the following property to configure the default connector
#java.naming.provider.url =tcp://192.168.1.203:61616# use the following property to specify the JNDI name the connection factory
# should appear as. 
connectionFactoryNames = sms/gate,sms/center
connection.sms/center.brokerURL=tcp://211.141.118.82:61616
connection.sms/gate.brokerURL=tcp://localhost:61616
# register some queues in JNDI using the form
# queue.[jndiName] = [physicalName]
queue.test = foo.test
queue.gate.mo = gate.mo
queue.gate.mt = gate.mt
queue.center.mo = center.moqueue.control = mobile.control
queue.TEST.FOO=TEST.FOO
# register some topics in JNDI using the form
# topic.[jndiName] = [physicalName]
topic.MyTopic = example.MyTopic多看源代码的测试代码,每个特性测试代码中都有