issues
search
ssproessig
/
ipc-adapter
Study for an inter-process adapter in C++/Qt 5
MIT License
0
stars
0
forks
source link
Sources: Provide AmqpQueueSource
#20
Open
ssproessig
opened
5 years ago
ssproessig
commented
5 years ago
Todo
provide a new source that receives from AMQP queues
additional needed parameters compared with
AmqpExchangeSink
:
queue name and binding key
Way Forward
refer to
https://github.com/ssproessig/amqp-training/blob/master/qt/src/consumer.cpp#L36
Refactoring
extract AMQP configuration parser from
AmqpExchangeSink
to a common shared class
:white_check_mark:
make the relevant parts
virtual
to unit test invocation
Todo
AmqpExchangeSink
:Way Forward
Refactoring
extract AMQP configuration parser from:white_check_mark:AmqpExchangeSink
to a common shared classvirtual
to unit test invocation