Diana Parra Corbacho
897260ce3d
Shovels: Optimise amqp10 client messages for shovel usage
...
AMQP10 shovels don't need the amqp10 message format, the binary
can be translated directly into a message container and also
the other way around. The new amqp10_raw_msg just stores the payload
and information required to create the transfer frame, skipping
a few unnecessary encoding/decoding operations of the AMQP10 sections.
2025-09-23 23:11:49 +02:00
Diana Parra Corbacho
6e6a33ec0b
Shovel: use message containers
2025-08-11 21:37:03 +02:00
Michael Klishin
968eefa1bb
Bump (c) line year
...
There are no functional changes to this massive diff.
2025-01-01 17:54:10 -05:00
Michal Kuratczyk
cfa3de4b2b
Remove unused imports (thanks elp!)
2024-05-23 16:36:08 +02:00
Michael Klishin
01092ff31f
(c) year bumps
2024-01-01 22:02:20 -05:00
Michael Klishin
1b642353ca
Update (c) according to [1]
...
1. https://investors.broadcom.com/news-releases/news-release-details/broadcom-and-vmware-intend-close-transaction-november-22-2023
2023-11-21 23:18:22 -05:00
Michael Klishin
ec4f1dba7d
(c) year bump: 2022 => 2023
2023-01-01 23:17:36 -05:00
Michael Klishin
c38a3d697d
Bump (c) year
2022-03-21 01:21:56 +04:00
Michael Klishin
52479099ec
Bump (c) year
2021-01-22 09:00:14 +03:00
Michael Klishin
45b6b223d8
Switch to MPL2
2020-07-14 21:39:08 +03:00
kjnilsson
7f1bf736d9
Handle amqp encoded body values.
...
Use new amqp10_msg:body_bin to get a binary representation of the amqp
1.0 encoded body.
[#159434026 ]
2018-08-13 15:34:13 +01:00