FairMQ/examples/MQ/3-dds/ex3-dds.json
2018-05-02 13:51:55 +02:00

42 lines
1.0 KiB
JSON

{
"fairMQOptions": {
"devices": [
{
"id": "sampler",
"channels": [
{
"name": "data1",
"type": "push",
"method": "bind"
}
]
},
{
"key": "processor",
"channels": [
{
"name": "data1",
"type": "pull",
"method": "connect"
},
{
"name": "data2",
"type": "push",
"method": "connect"
}
]
},
{
"id": "sink",
"channels": [
{
"name": "data2",
"type": "pull",
"method": "bind"
}
]
}
]
}
}