userver-framework / userver

Production-ready C++ Asynchronous Framework with rich functionality
https://userver.tech
Apache License 2.0
2.31k stars 268 forks source link

added urabbitmq::ConsumerComponentBase::Process with ConsumedMessage #607

Closed TertiumOrganum1 closed 1 month ago

TertiumOrganum1 commented 1 month ago

Аdded urabbitmq::ConsumerComponentBase::Process with ConsumedMessage in addition to version with std::string. ConsumerBase also get a new void Process(ConsumedMessage msg) as well.

itrofimow commented 1 month ago

LGTM, thanks!

I'll try to get this merged soon, likely tonight or tomorrow