rabbitmq-server/deps/rabbitmq_shovel/src
Diana Parra Corbacho 31e5a722c5
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-24 15:05:17 -04:00
..
Elixir.RabbitMQ.CLI.Ctl.Commands.DeleteShovelCommand.erl Like internal/protected queues, but shovels 2025-06-15 00:59:37 +02:00
Elixir.RabbitMQ.CLI.Ctl.Commands.RestartShovelCommand.erl RMQ-1263: An attempt to make shovel status tuple handling backwards compatible 2025-03-26 20:03:09 +01:00
Elixir.RabbitMQ.CLI.Ctl.Commands.ShovelStatusCommand.erl Rabbitmqctl shovel_status: handle metrics 2025-07-24 12:45:15 +02:00
rabbit_amqp10_shovel.erl Shovels: Optimise amqp10 client messages for shovel usage 2025-09-24 15:05:17 -04:00
rabbit_amqp091_shovel.erl Shovels: re-order confirmation and unacked update 2025-08-18 16:40:03 +02:00
rabbit_local_shovel.erl Local shovels: Add global counters 2025-09-24 15:05:16 -04:00
rabbit_shovel.erl Bump (c) line year 2025-01-01 17:54:10 -05:00
rabbit_shovel_behaviour.erl Shovel: use message containers 2025-08-11 21:37:03 +02:00
rabbit_shovel_config.erl Local shovels 2025-08-11 21:37:04 +02:00
rabbit_shovel_confirms.erl Local shovels: fix handling of acks/nacks from multiple queues 2025-09-02 12:09:58 +02:00
rabbit_shovel_dyn_worker_sup.erl [skip ci] Remove rabbit_log_shovel, use LOG_ macros directly 2025-07-18 08:43:03 +02:00
rabbit_shovel_dyn_worker_sup_sup.erl Shovel: use a constant for the runtime parameter component 2025-08-27 17:26:07 -04:00
rabbit_shovel_locks.erl Bump (c) line year 2025-01-01 17:54:10 -05:00
rabbit_shovel_operating_mode.erl rabbit_shovel_operating_mode: coerce returned value to an atom 2025-08-25 19:59:59 -04:00
rabbit_shovel_parameters.erl Address review feedback #14425 2025-08-25 14:14:45 -04:00
rabbit_shovel_status.erl Shovel status: minor refactoring 2025-08-26 18:43:57 -04:00
rabbit_shovel_sup.erl Shovel: don't start top-level sups if running in library mode 2025-08-25 17:22:21 -04:00
rabbit_shovel_util.erl Shovel status: minor refactoring 2025-08-26 18:43:57 -04:00
rabbit_shovel_worker.erl Local shovel: fix initial delivery count and state handling 2025-08-11 21:37:04 +02:00
rabbit_shovel_worker_sup.erl Bump (c) line year 2025-01-01 17:54:10 -05:00