...
3. Click the "Add Broker" button once done. The "Available Brokers" page will open, which allows you to view the broker configurations by clicking on the broker name and delete brokers by clicking on "Delete" button.
Configuring
...
through Configuration
Broker management configuration can be specified in the <CARBON_HOME>/repository/conf/broker-manager-config.xml file, whose configurations are loaded at server start-up.
...
Code Block | ||
---|---|---|
| ||
<brokerManagerConfiguration> .. <brokerConfiguraton name="emailBroker" type="e-mail"/> .. .. </brokerManagerConfiguration> |
Configuring topics for E-mail broker
...
-mail broker
...
The topic used when using e-mail broker will look like : <e-mail id>,<e-mail id>,...,<e-mail id>/<subject>
E.g. admin@foo.com,user@bar.com/ System Notification
...
Input/Output mapping supported by E-mail Broker
As e-mail broker can only be used to send email notifications, when configuring e-mail broker it can only added with Text output mapping or XML output mapping of a query.