Versions Compared

Key

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

...

Follow the instructions below to configure WSO2MB as a JMS-Qpid Broker.

1. Refer to Installation Prerequisites for instructions on installing JMS-Qpid Broker.WSO2MB

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

...

You can find the following jars in the WSO2 Message Broker installation directory.

  • <WSO2MB_HOME> /client-lib /andes-client-xx.jar
  • <CARBON<WSO2MB_HOME> /client-lib /geronimo-j2ee-management_1.1_spec-1.0.1xx.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="MBJmsBroker" type="jms-qpid"> 
            <property name="jndiName">org.wso2.andes.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">carbon</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.