Commit 5cb941b
committed
Explains queue names vs. queue IDs
Clarifies the distinction between queue names and queue IDs, emphasizing that `Name` is the stable identifier used for data routing and sharing across processes, while `QueueId` is a runtime identifier used for logging.
Adds a tip about sharing queues across processes by ensuring they use the same `Name`. Also adds a note that `InMemoryQueue` is an in-process only implementation.1 parent 28da909 commit 5cb941b
1 file changed
+29
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
41 | 70 | | |
42 | 71 | | |
43 | 72 | | |
| |||
0 commit comments