You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As the model of commands is direct, a consumer always can send commands to the service provider, by this reason you may receive commands that you don`t have configured.
38
40
41
+
### Listening Raw Commands
42
+
43
+
If you need direct access to the raw message from RabbitMQ without domain model conversion, you can use `RawCommandHandler`.
44
+
Raw command handlers process all incoming commands without filtering by command name. This is useful when you need to handle
45
+
the message body, headers, or other low-level properties directly.
0 commit comments