Skip to content

Commit d68408e

Browse files
authored
Update README.md
1 parent 7ca9e48 commit d68408e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,19 +42,19 @@ This is a LoopBack 4 extension for adding message queue-based communication to y
4242
- Component Based Approach
4343
Central registry for queue components, enabling multi-queue usage in a single application.
4444

45-
- @producer() Decorator
45+
- **@producer()** Decorator
4646
Injects a producer for sending single or multiple typed events to any configured queue.
4747

48-
- @consumer Decorator
48+
- **@consumer** Decorator
4949
Registers a service class as a consumer for a specific event and queue, handling messages automatically.
5050

51-
- IProducer Interface
51+
- **IProducer** Interface
5252
Exposes send() and sendMultiple() methods to send messages to queues.
5353

54-
- IConsumer Interface
54+
- **IConsumer** Interface
5555
Allows you to implement a handler for a specific event type and queue, supporting strongly typed data flow.
5656

57-
- Typed Event Streams
57+
- **Typed Event Streams**
5858
Encourages defining typed contracts for all events, improving consistency and type safety between producers and consumers.
5959

6060
You can configure one or more of the supported queue types in your application. For each, you simply provide the required connection and queue configuration. The rest—producer/consumer setup, bindings, and event handling—is abstracted and managed by the extension.
@@ -72,7 +72,7 @@ $ [npm install | yarn add] loopback4-message-queue-connector
7272
```
7373
## Flow Diagram
7474

75-
<img width="659" alt="Screenshot 2025-06-06 at 10 53 06 AM" src="https://github.com/user-attachments/assets/baf1bcaa-5f67-44bb-a01a-b8d1c41644bc" />
75+
![screencapture-kzmkc5owuvsij9sl8eox-lite-vusercontent-net-2025-06-29-09_06_14](https://github.com/user-attachments/assets/3084cf3c-fbc2-4059-be30-8baa9dd07621)
7676

7777
## Basic Use
7878

0 commit comments

Comments
 (0)