Timeline for Best practice for ensuring name uniqueness/correctness in message queues in a microservice architecture/distributed system
Current License: CC BY-SA 3.0
12 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Aug 19, 2016 at 10:52 | audit | Close votes | |||
| Sep 1, 2016 at 4:56 | |||||
| Aug 12, 2016 at 20:59 | answer | added | bikeman868 | timeline score: 1 | |
| Jul 26, 2016 at 18:04 | history | tweeted | twitter.com/StackProgrammer/status/757999987485708288 | ||
| S Jul 26, 2016 at 11:19 | history | suggested | Bilesh Ganguly | CC BY-SA 3.0 | fixed grammar |
| Jul 26, 2016 at 11:18 | review | Suggested edits | |||
| S Jul 26, 2016 at 11:19 | |||||
| Jul 26, 2016 at 11:17 | comment | added | haraldfw | We're using ActiveMQ. I'm asking if there are any good ways to ensure that services use unique queue-names. As in, is there a way to create a reference, or similar, so that each queue-name is stored somewhere in a list, or something like that, and people refer to the reference instead of hardcoding a string for the queue-name, each place they use a queue in an endpoint. | |
| Jul 25, 2016 at 18:47 | comment | added | Sean Farmar | I'm sure your messaging infrastructure should be taking care of this problem? I'm hoping you are not trying to build one yourself... (unless this is your business) | |
| Jul 25, 2016 at 13:34 | history | edited | Robert Harvey | CC BY-SA 3.0 | edited title |
| Jul 25, 2016 at 12:46 | comment | added | Robert Harvey | As gnat indirectly suggests, a UUID would be suitable as a service identifier. | |
| Jul 25, 2016 at 10:24 | comment | added | gnat | related: How unique should a UUID identified object be? | |
| Jul 25, 2016 at 10:20 | review | First posts | |||
| Jul 25, 2016 at 21:59 | |||||
| Jul 25, 2016 at 10:17 | history | asked | haraldfw | CC BY-SA 3.0 |