This documentation is for WSO2 Complex Event Processor 2.0.0. View documentation for the latest release.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

Local broker is an internal WS-Event Broker shipped with WSO2 Complex Event Processor. This uses Local Transport when sending and receiving events from CEP.

Configuring through User Interface

  1. Sign In. Enter your user name and password to log on to the Complex Event Processor Management Console.



  2. Click on "Configure" section of the left panel 



  3. Then click on "Add" menu item under "Broker" Menu



    You will get a page with header "Create a New Broker" and here you can configure new broker configurations

  4. Enter the following details in the form to create a WS-Event broker

    Broker Name	: localBroker
    Broker Type	: local

    Once you click on the "Add Broker" button, you will be directed to the Available Brokers page.

  5. Available Brokers page allows you to view the broker configurations by clicking on the broker name and delete brokers by clicking on delete button.


Configuring through configuration file

Broker management configuration can be provided via broker-manager-config.xml. These configurations will be loaded at server start-up.

  1. Open broker-manager-config.xml which is at <CEP_HOME>/repository/conf
  2. Enter the following WS-Event broker configurations inside the "brokerManagerConfiguration" element as below

    <brokerManagerConfiguration>
    	..
    	<brokerConfiguraton name="localBroker" type="local"/>
    	..
    	..
    </brokerManagerConfiguration>

     

     

  • No labels