Emiel Bruijntjes
|
9413c9d7aa
|
support removal of properties from a message header
|
2023-04-12 08:25:00 +02:00 |
Emiel Bruijntjes
|
84a87d8f93
|
many methods in the Channel class now take a std::string_view instead of a std::string parameter, and are thus a bit more efficient
|
2023-02-13 10:27:51 +01:00 |
Raoul Wols
|
819af12055
|
Replace shared_ptr by unique_ptr for Fields (#402)
There is no real purpose to using shared pointers it seems.
|
2021-07-20 10:32:10 +02:00 |
Emiel Bruijntjes
|
b03cc6ff1c
|
the ReceivedFrame class has been split into a InBuffer base class to make it easier to store messages without having to construct a full frame
|
2020-08-14 12:20:22 +02:00 |
Emiel Bruijntjes
|
ee6ed20430
|
added more parameter-types to set properties in the envelope
|
2020-08-14 11:52:08 +02:00 |
Aart Stuurman
|
cf7261add5
|
Reordered public include files so they are now in include/amqpcpp/.
|
2018-01-24 01:58:18 +01:00 |