Where can I find documentation on naming standards

I am trying to find where the code translates a queue name to the subscriptionData table in SQL server.

For example.
Queue: this.is.my.queue.name
SubscriptionData: dbo.this_is_my_queue_name_SubscriptionData

Hi @jrisseeu

All endpoints in the system must be configured to use the same subscription table ,i.e., it is shared between all the endpoints. By default, it is named [SubscriptionRouting] and should not include any endpoint specific prefix. But you can change where this table is created and how it is named.
Please refer to this document for further information.