You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The entire algorithm for calculating the schema is the following:
46
51
47
52
* If the schema is configured for a given queue via `UseSchemaForQueue`, the configured value is used.
48
53
* If [logical routing](/nservicebus/messaging/routing.md#command-routing) is used and schema is configured for a given endpoint via `UseSchemaForEndpoint`, the configured schema is used.
49
54
* If destination address contains a schema, the schema from address is used.
50
55
* If default schema is configured via `DefaultSchema`, the configured value is used.
51
56
* Otherwise, `public` is used as a default schema.
0 commit comments