mirror of https://github.com/apache/activemq.git
tidied up the example JNDI
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@414808 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
944f9d60d7
commit
60ba9da302
|
@ -5,10 +5,6 @@ java.naming.factory.initial = org.apache.activemq.jndi.ActiveMQInitialContextFac
|
||||||
# use the following property to configure the default connector
|
# use the following property to configure the default connector
|
||||||
java.naming.provider.url = vm://localhost
|
java.naming.provider.url = vm://localhost
|
||||||
|
|
||||||
# use the following property to specify a class path resource or URL
|
|
||||||
# used to configure an embedded broker using the XML configuration file
|
|
||||||
#brokerXmlConfig = file:src/conf/sample-conf/default.xml
|
|
||||||
|
|
||||||
# use the following property to specify the JNDI name the connection factory
|
# use the following property to specify the JNDI name the connection factory
|
||||||
# should appear as.
|
# should appear as.
|
||||||
#connectionFactoryNames = connectionFactory, queueConnectionFactory, topicConnectionFactry
|
#connectionFactoryNames = connectionFactory, queueConnectionFactory, topicConnectionFactry
|
||||||
|
|
Loading…
Reference in New Issue