C++ Message Queuing Library and Framework
Go to file
Matthias Richter e184610c06 Adding parser implementation for key-value subopt format
A parser implementation for FairMQ channel properties.
The parser handles a comma separated key=value list format by using the
getsubopt function of the standard library.

The option key '--channel-config' can be used with the list of key/value
pairs like e.g.
--channel-config name=output,type=push,method=bind
2017-04-20 11:07:46 +02:00
fairmq Adding parser implementation for key-value subopt format 2017-04-20 11:07:46 +02:00