root/trunk/config/bwbuild/jboss-postgresql/sysevents.properties

Revision 2978 (checked in by douglm, 3 years ago)

Small fixes to activemq configs

Line 
1 #
2 # activemq jndi.properties
3 #
4 #java.naming.factory.initial = org.apache.activemq.jndi.ActiveMQInitialContextFactory
5
6 # use the following property to configure the default connector
7 java.naming.provider.url = tcp://localhost:61616?trace=true
8 #java.naming.provider.url = vm://localhost?trace=true
9
10 // Allows us to handle container differences
11 #org.bedework.connection.factory.name=java:activemq/QueueConnectionFactory
12 org.bedework.connection.factory.name=java:jms/BedeworkConnectionFactory
13
14 org.bedework.jms.queue.prefix=activemq/queue/
15
16 # use the following property to specify the JNDI name the connection factory
17 # should appear as.
18 connectionFactoryNames = activemq/QueueConnectionFactory
19
20 # register some queues in JNDI using the form
21 # queue.[jndiName] = [physicalName]
22 queue.queue/sysevents = bedework.sysevents
23
24 queue.queue/syseventslog = bedework.sysevents.logger
25
26 queue.queue/monitor = bedework.sysevents.monitor
27
28 queue.queue/schedulerIn = bedework.scheduleIn
29
30 queue.queue/schedulerOut = bedework.scheduleOut
31
32 queue.queue/crawler = bedework.crawler
33
34 # register some topics in JNDI using the form
35 # topic.[jndiName] = [physicalName]
36 #topic.MyTopic = example.MyTopic
Note: See TracBrowser for help on using the browser.