From 834d1a755c65f974d5c4fe43b19f53795bc2790c Mon Sep 17 00:00:00 2001 From: Adam Mikulasev Date: Sun, 17 Nov 2024 14:52:49 +1100 Subject: [PATCH] Update README.md --- README.md | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index ca117e2..5466813 100644 --- a/README.md +++ b/README.md @@ -109,29 +109,33 @@ end bin/outboxer_publisher ``` -## Manual Testing - -To confirm outboxer is set up correctly: - -1. Open your Rails console: +### 10. open rails console ```bash bin/rails c ``` -2. Run the following command to create a test event: +### 11. create event ```ruby Event.create! ``` -3. Observe that the event was published out of band via sidekiq, bunny etc +### 12. Observe published message + +Confirm the message has been published out of band ## Management Outboxer provides a sidekiq like UI to help manage your messages -Screenshot 2024-05-20 at 8 47 57 pm +### Publishers + +Screenshot 2024-11-17 at 2 46 55 pm + +### Messages + +Screenshot 2024-11-17 at 2 47 34 pm ### rails