# # activemq jndi.properties # 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?trace=true # use the following property to specify the JNDI name the connection factory # should appear as. connectionFactoryNames = jms/BedeworkConnectionFactory # register some queues in JNDI using the form # queue.[jndiName] = [physicalName] queue.queue/sysevents = bedework.sysevents queue.queue/syseventslog = bedework.sysevents.logger queue.queue/schedulerIn = bedework.scheduleIn queue.queue/schedulerOut = bedework.scheduleOut # register some topics in JNDI using the form # topic.[jndiName] = [physicalName] #topic.MyTopic = example.MyTopic # # context.xml # # # # # # # # # #