docs/Messaging_Layer_Properties.md in mimi-messaging-1.2.7 vs docs/Messaging_Layer_Properties.md in mimi-messaging-1.2.8
- old
+ new
@@ -93,10 +93,10 @@
For commands and queries, the target of the message consists of a queue name
and a method name (e.g. `"customers/create"`).
For events, the target of the message consists of a topic name and an
-event type (e.g. `"customers/created"`).
+event type (e.g. `"customers#created"`).
This allows to model the communication around your business domain concepts,
and not the implementation details like application or host names.
## Delivery guarantee