...
JMS broker can be of any type, and this can be used to send and receive XML and Map events using JMS transport.
Info | ||
---|---|---|
| ||
As an example here we are providing the configuration for ActiveMQ JMS Broker. |
Configuring ActiveMQ JMS Broker
- Refer Installation Prerequisites for instructions to install ActiveMQ JMS Broker.
- Before starting WSO2 Complex Event Processor, add the broker specific jars by copy pasting
activemq-core-xxx.jar and geronimo-j2ee-management_1.1_spec-1.0.1.jar from <ActiveMQ_HOME>/lib to <CEP_HOME>/repository/components/lib directory.
Configuring ActiveMQ JMS Broker through User Interface
...
No Format |
---|
Broker Name : activemqJmsBroker
Broker Type : jms
JNDI Name : org.apache.activemq.jndi.ActiveMQInitialContextFactory
User Name : admin
Password : admin
Provider URL : tcp://localhost:61616
|
...
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 ActiveMQ JMS Broker through configuration file
Broker management configuration can be provided via broker-manager-config.xml. These configurations will be loaded at server start-up.
...
Enter the following JMS ActiveMQ broker configurations inside the "brokerManagerConfiguration" element as bellow
...
language | html/xml |
---|
...
Although any JMS broker can be configured to run with CEP, we are provided the following as examples
Child pages (Children Display) |
---|