Changeset 3245
- Timestamp:
- 03/25/11 13:53:52
- Files:
-
- trunk/config/bwbuild/oracle10g/activemq-broker-config.xml (added)
- trunk/config/bwbuild/oracle10g/activemq-jms-ds.xml (added)
- trunk/config/bwbuild/oracle10g/activemq-ra.xml (added)
- trunk/config/bwbuild/oracle10g/activemq.xml (deleted)
- trunk/config/bwbuild/oracle10g/application.sysevents.properties (added)
- trunk/config/bwbuild/oracle10g/bedework-card-ds.xml (added)
- trunk/config/bwbuild/oracle10g/bedework-ds.xml (added)
- trunk/config/bwbuild/oracle10g/log4j.xml (added)
- trunk/config/bwbuild/oracle10g/sysevents.properties (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/config/bwbuild/oracle10g/sysevents.properties
r2711 r3245 2 2 # activemq jndi.properties 3 3 # 4 java.naming.factory.initial = org.apache.activemq.jndi.ActiveMQInitialContextFactory4 #java.naming.factory.initial = org.apache.activemq.jndi.ActiveMQInitialContextFactory 5 5 6 6 # use the following property to configure the default connector … … 8 8 9 9 // Allows us to handle container differences 10 org.bedework.connection.factory.name=jms/BedeworkConnectionFactory 10 #org.bedework.connection.factory.name=java:activemq/QueueConnectionFactory 11 org.bedework.connection.factory.name=java:jms/BedeworkConnectionFactory 11 12 12 org.bedework.jms.queue.prefix= queue/13 org.bedework.jms.queue.prefix=activemq/queue/ 13 14 14 15 # use the following property to specify the JNDI name the connection factory 15 16 # should appear as. 16 connectionFactoryNames = jms/BedeworkConnectionFactory17 connectionFactoryNames = activemq/QueueConnectionFactory 17 18 18 19 # register some queues in JNDI using the form … … 21 22 22 23 queue.queue/syseventslog = bedework.sysevents.logger 24 25 queue.queue/monitor = bedework.sysevents.monitor 23 26 24 27 queue.queue/schedulerIn = bedework.scheduleIn … … 31 34 # topic.[jndiName] = [physicalName] 32 35 #topic.MyTopic = example.MyTopic 33 34 35 36 37 38 #39 # context.xml40 # <Resource name="jms/BedeworkConnectionFactory"41 # auth="Container"42 # type="org.apache.activemq.ActiveMQConnectionFactory"43 # description="JMS Connection Factory"44 # factory="org.apache.activemq.jndi.JNDIReferenceFactory"45 # brokerURL="tcp://localhost:61616?trace=true"46 # brokerName="LocalActiveMQBroker"/>47 #48 # <!-- ActiveMQ System events queue -->49 # <Resource name="queue/sysevents"50 # auth="Container"51 # type="org.apache.activemq.command.ActiveMQQueue"52 # description="Bedework crawler queue"53 # factory="org.apache.activemq.jndi.JNDIReferenceFactory"54 # physicalName="bedework.sysevents"/>55 #56 # <!-- ActiveMQ System events log queue -->57 # <Resource name="queue/syseventslog"58 # auth="Container"59 # type="org.apache.activemq.command.ActiveMQQueue"60 # description="Bedework crawler queue"61 # factory="org.apache.activemq.jndi.JNDIReferenceFactory"62 # physicalName="bedework.sysevents.logger"/>63 #64 # <!-- ActiveMQ index crawler notifications queue -->65 # <Resource name="queue/crawler"66 # auth="Container"67 # type="org.apache.activemq.command.ActiveMQQueue"68 # description="Bedework crawler queue"69 # factory="org.apache.activemq.jndi.JNDIReferenceFactory"70 # physicalName="bedework.crawler"/>
