Skip to content

Commit ca6eecd

Browse files
Update subscriptions.md
1 parent f1bd64c commit ca6eecd

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

docs/guide/messaging/subscriptions.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
# Message Routing
22

3-
## TODO
4-
5-
* "Separated" handler behavior, and how that changes message routing conventions
6-
* Writing your own message convention from scratch. Would nail 1130. Use Rabbit MQ w/ routing keys as example
7-
8-
## Existing Stuff
9-
103
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
114
`PingMessage`:
125

0 commit comments

Comments
 (0)