Skip to content

Commit 707d0d0

Browse files
committed
Link to RabbitMQ.com
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent f696255 commit 707d0d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2024-12-04-rabbitmq-connector.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Learn how to connect RabbitMQ to OpenFaaS to trigger functions from new and exis
1818

1919
### Introduction
2020

21-
When distributed systems need to run work in the background, developers often turn to message brokers like RabbitMQ, commit-logs like Kafka, or pub/sub systems like NATS. These components decouple the request from the response, allowing for asynchronous processing and scaling out to handle huge amounts of work.
21+
When distributed systems need to run work in the background, developers often turn to message brokers like [RabbitMQ](https://www.rabbitmq.com/), commit-logs like Kafka, or pub/sub systems like NATS. These components decouple the request from the response, allowing for asynchronous processing and scaling out to handle huge amounts of work.
2222

2323
OpenFaaS supports event-driven architectures through the built-in asynchronous function concept, and through event connectors, to import events from external systems. In this post, we'll explore how to use the RabbitMQ connector for OpenFaaS to trigger functions from RabbitMQ queues.
2424

0 commit comments

Comments
 (0)