Commit 456389e
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 456389e
1 file changed
+29
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
931 | 931 | | |
932 | 932 | | |
933 | 933 | | |
| 934 | + | |
| 935 | + | |
| 936 | + | |
| 937 | + | |
| 938 | + | |
| 939 | + | |
| 940 | + | |
| 941 | + | |
| 942 | + | |
| 943 | + | |
| 944 | + | |
| 945 | + | |
| 946 | + | |
| 947 | + | |
| 948 | + | |
| 949 | + | |
| 950 | + | |
| 951 | + | |
| 952 | + | |
| 953 | + | |
| 954 | + | |
| 955 | + | |
| 956 | + | |
| 957 | + | |
| 958 | + | |
| 959 | + | |
| 960 | + | |
| 961 | + | |
| 962 | + | |
934 | 963 | | |
935 | 964 | | |
936 | 965 | | |
| |||
0 commit comments