From eec9fc1a2da7c7af5be29a49c084f49f54e11359 Mon Sep 17 00:00:00 2001 From: Zelimkhan Khalidov Date: Mon, 7 May 2018 12:21:35 +0300 Subject: [PATCH] Update message_producer.md --- docs/bundle/message_producer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/bundle/message_producer.md b/docs/bundle/message_producer.md index d99ff4244..95712ff1d 100644 --- a/docs/bundle/message_producer.md +++ b/docs/bundle/message_producer.md @@ -26,7 +26,7 @@ where another one (it is called spool producer) collects them in memory and send The producer has two types on send methods: -* `sendEvent` - Message is sent to topic and many consumers can subscriber to it. It is "fire and forget" strategy. The event could be sent to "message bus" to other applications. +* `sendEvent` - Message is sent to topic and many consumers can subscribe to it. It is "fire and forget" strategy. The event could be sent to "message bus" to other applications. * `sendCommand` - Message is to ONE exact consumer. It could be used as "fire and forget" or as RPC. The command message is always sent in scope of current application. ### Send event