java.naming.factory.initial = org.apache.activemq.jndi.ActiveMQInitialContextFactory # use the following property to configure the default connector java.naming.provider.url = tcp://localhost:61616 # 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 # should appear as. connectionFactoryNames = connectionFactory, queueConnectionFactory, topicConnectionFactory # register some queues in JNDI using the form # queue.[jndiName] = [physicalName] # queue.MyQueue = example.MyQueue # register some topics in JNDI using the form # topic.[jndiName] = [physicalName] # topic.MyTopic = example.MyTopic topic.FlexChatTopic = chat.Topic