Skip to content

Commit

Permalink
Update subscriptions.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremydmiller authored Jan 13, 2025
1 parent f1bd64c commit ca6eecd
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions docs/guide/messaging/subscriptions.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
# Message Routing

## TODO

* "Separated" handler behavior, and how that changes message routing conventions
* Writing your own message convention from scratch. Would nail 1130. Use Rabbit MQ w/ routing keys as example

## Existing Stuff

When you publish a message using `IMessageBus` or `IMessageContext`, Wolverine uses its concept of subscriptions to know how and where to send the message. Consider this code that publishes a
`PingMessage`:

Expand Down

0 comments on commit ca6eecd

Please sign in to comment.