C++ Message Queuing Library and Framework
Go to file
Alexey Rybalchenko adc7443aa5 Allow easier testing without having to recompile for use of binary/boost/protobuf payload.
to use different data transfer method, just provide a parameter to the script, e.g.:
./startAll bin
./startAll boost
./startAll proto
etc.

if no or incorrect parameters is provided, binary method will be used!
protobuf method works only if the library is available on the system, otherwise it is not compiled.
2014-05-08 12:56:30 +02:00
fairmq Allow easier testing without having to recompile for use of binary/boost/protobuf payload. 2014-05-08 12:56:30 +02:00