Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Excerpt
hiddentrue

Configuring JMS-Qpid Broker in wiki format

Follow the instructions below to configure Qpid JMS Broker.

1. Refer to http://qpid.apache.org for instructions on installing JMS-Qpid Broker.

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

  •  geronimo-jms_1.1_spec-1.0.jar
  • qpid-client-xxx.jar
  • qpid-common-xxx.jar

Configuring JMS-Qpid Broker through the User Interface

...

Code Block
languagehtml/xml
<brokerManagerConfiguration> 
	.. 
		<brokerConfiguraton name="qpidJmsBroker" type="jms-qpid"> 
			<property name="jndiName"> org.apache.qpid.jndi.PropertiesFileInitialContextFactory</property> 
			<property name="username">admin</property> 
			<property name="password">admin</property> 
			<property name="ipAddress">localhost</property>
			<property name="port">5672</property> 
			<property name="virtualHostName">test</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.