Emiel Bruijntjes
|
726b196578
|
better comment
|
2023-06-22 20:00:28 +02:00 |
Emiel Bruijntjes
|
54b625693c
|
{1:00} fixed possible crash in AMQP::Reliable when more messages are published as result of an incoming ack/nack (the iterator in a map could be invalidated by the call back to user space)
|
2023-06-22 19:47:01 +02:00 |
Emiel Bruijntjes
|
48b9f05677
|
AMQP::Reliable::publish() now takes std::string_view + added extra constructor to AMQP::Envelope
|
2023-03-26 18:31:55 +02:00 |
Emiel Bruijntjes
|
c93f2d89ac
|
when destructing a Tagger class, we now also unset the error-callback (closes #480), at the same time we changed the version number in the Makefile (closes #481)
|
2022-09-11 20:09:02 +02:00 |
Michael van der Werve
|
ff30569cff
|
{auto} fix to reliable class when publishing during ack/nack callback
|
2020-10-22 15:00:18 +02:00 |
Michael van der Werve
|
cb4bcacc2f
|
Merge branch 'master' of github.com:CopernicaMarketingSoftware/AMQP-CPP
|
2020-10-21 14:59:20 +02:00 |
Michael van der Werve
|
e09f043f4b
|
missing =0 on flags
|
2020-10-21 14:56:03 +02:00 |
Michael van der Werve
|
295642cfcd
|
{auto} renamed confirmed to tagger and added unacknowledged counter'
|
2020-10-21 11:50:34 +02:00 |
Michael van der Werve
|
2262d92938
|
{auto} disconnected explicit requirement of reliable and throttle
|
2020-10-21 10:36:39 +02:00 |