rabbitmq-server/deps/rabbitmq_shovel
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
..
include Shovel: use a constant for the runtime parameter component 2025-08-27 17:26:07 -04:00
priv/schema Shovel: introduce operating modes 2025-08-25 13:37:49 -04:00
src Shovels: Optimise amqp10 client messages for shovel usage 2025-09-24 15:05:17 -04:00
test Shovels: Optimise amqp10 client messages for shovel usage 2025-09-24 15:05:17 -04:00
.gitignore Cleanup .gitignore files for the monorepo 2024-06-28 12:00:52 +02:00
CODE_OF_CONDUCT.md Replace files with symlinks 2022-04-15 06:04:29 -07:00
CONTRIBUTING.md Replace files with symlinks 2022-04-15 06:04:29 -07:00
LICENSE Replace @rabbitmq.com addresses with rabbitmq-core@groups.vmware.com 2023-06-20 15:40:13 +04:00
LICENSE-MPL-RabbitMQ Revert drop of Exhibit B on MPL 2.0 2020-07-20 17:03:53 +01:00
Makefile Some AMQP 0.9.1 headers, in particular x-death headers, cannot be set as 2025-04-25 15:46:45 +02:00
README.md More missed license header updates #9969 2024-02-05 12:26:25 -05:00

README.md

RabbitMQ Shovel

RabbitMQ Shovel is a WAN-friendly tool for moving messages from a queue to an exchange, typically between different nodes. It is implemented as a RabbitMQ plugin and has a management UI extension.

Supported RabbitMQ Versions

This plugin ships with RabbitMQ, there is no need to install it separately.

Documentation

See RabbitMQ shovel plugin on rabbitmq.com.

Released under the same license as RabbitMQ.

2007-2020 (c) 2007-2024 Broadcom. The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries. All rights reserved.