Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

2. Before starting WSO2 CEP, add the following broker-specific jars to <CARBON<CEP_HOME>/repository/components/lib directory.

you can find following jars in the Apache ActiveMQ installation directory.

  • <CARBON<ACTIVEMQ_HOME> /lib/activemq-core-xxx.jar  
  • <CARBON<ACTIVEMQ_HOME> /lib/geronimo-j2ee-management_1.1_spec-1.0.1.jar  

...

Broker management configuration can be specified in the <CARBONthe <CEP_HOME>/repository/conf/broker-manager-config.xml file, whose configurations are loaded at server start-up.

...

Code Block
languagehtml/xml
<brokerManagerConfiguration>
	..
	<brokerConfiguraton name="activemqJmsBroker" type="jms">
		<property name="jndiName">org.apache.activemq.jndi.ActiveMQInitialContextFactory</property>
		<property name="username">admin</property>
		<property name="password">admin</property>
		<property name="providerUrl">tcp://localhost:61616</property>
	</brokerConfiguraton>
	..
	..
</brokerManagerConfiguration>

Configuring topics for JMS broker

The topic used when using JMS broker will be the standard JMS topics

Input/Output mapping supported by JMS Broker

JMS broker can be configured with XML or Map  input mapping, and Text, XML or Map   output mapping of a query.