AMQPΒΆ
About
The AMQP protocol is an open standard application layer protocol for message-oriented middleware. The defining features of AMQP are message orientation, queuing, routing (including point-to-point and publish-and-subscribe), reliability, and security.
Synopsis
Use LorryStream to receive JSON data from an AMQP queue, continuously loading records into CrateDB.
uvx --from=lorrystream lorry relay \
"amqp://guest:guest@localhost:5672/%2F?queue=testdrive&content-type=json" \
"crate://localhost/?table=testdrive"
Learn
LorryStream is a lightweight and polyglot stream-processing library, used as a data backplane, message relay, or pipeline subsystem.
Load data from AMQP
How to load data from AMQP into CrateDB using LorryStream.
