summaryrefslogtreecommitdiff
path: root/plugins/testplugin/README
blob: 6215a9c48973557eca5e96456d058620243f595d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Test Source Plugin

The test source plugin tests the internal routing engine of AMB.  If there is an error, the test plugin will cause ambd to abort.
This plugin is useful when testing changes in AMB's core routing engine.

To use the Test Source plugin, add the following config to your /etc/ambd/config:


"sources" : [
		{
			"name" : "test",
			"path" : "/usr/lib/automotive-message-broker/testsourceplugin.so"
		}
	]