# # activemq jndi.properties # java.naming.factory.initial = org.apache.activemq.jndi.ActiveMQInitialContextFactory #java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory #java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces # use the following property to configure the default connector java.naming.provider.url = tcp://localhost:61616?trace=true // Allows us to handle container differences org.bedework.connection.factory.name=jms/BedeworkConnectionFactory org.bedework.jms.queue.prefix=queue/ # 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/monitor = bedework.sysevents.monitor queue.queue/schedulerIn = bedework.scheduleIn queue.queue/schedulerOut = bedework.scheduleOut queue.queue/crawler = bedework.crawler # register some topics in JNDI using the form # topic.[jndiName] = [physicalName] #topic.MyTopic = example.MyTopic # # context.xml # # # # # # # # # #