Commit 843e6d1
committed
Add MessageId to RabbitMQ message properties. (#1740)
This commit introduces a new line of code that sets the
`MessageId` property of the `BasicProperties` object using
the `GetId()` method from the `message` object. This
enhancement ensures that each message published to RabbitMQ
includes a unique identifier, improving traceability and
message management.1 parent 98f9328 commit 843e6d1
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
| |||
0 commit comments