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
|`cache`| Deprecated, use `intersystems_cache` instead. |<br>Replaced by `intersystems_cache`. |
|`mssql`| Microsoft SQL Server (This value has stability level RELEASE CANDIDATE) ||
125
-
|`mssqlcompact`| Deprecated, Microsoft SQL Server Compact is discontinued. |<br>Removed, use `other_sql` instead. |
126
121
|`mysql`| MySQL (This value has stability level RELEASE CANDIDATE) ||
Copy file name to clipboardexpand all lines: docs/attributes-registry/messaging.md
-2
Original file line number
Diff line number
Diff line change
@@ -66,9 +66,7 @@ size should be used.
66
66
| Value | Description | Stability |
67
67
|---|---|---|
68
68
|`create`| A message is created. "Create" spans always refer to a single message and are used to provide a unique creation context for messages in batch sending scenarios. ||
69
-
|`deliver`| Deprecated. Use `process` instead. |<br>Replaced by `process`. |
70
69
|`process`| One or more messages are processed by a consumer. ||
71
-
|`publish`| Deprecated. Use `send` instead. |<br>Replaced by `send`. |
72
70
|`receive`| One or more messages are requested by a consumer. This operation refers to pull-based scenarios, where consumers explicitly call methods of messaging SDKs to receive messages. ||
73
71
|`send`| One or more messages are provided for sending to an intermediary. If a single message is sent, the context of the "Send" span can be used as the creation context and no "Create" span needs to be created. ||
74
72
|`settle`| One or more messages are settled. ||
0 commit comments