Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| conversation_id | uniqueidentifier | 16 | √ | null |
|
|
||
| is_initiator | bit | 1 | √ | null |
|
|
||
| to_service_name | nvarchar | 512 | √ | null |
|
|
||
| to_broker_instance | nvarchar | 512 | √ | null |
|
|
||
| from_service_name | nvarchar | 512 | √ | null |
|
|
||
| from_broker_instance | nvarchar | 512 | √ | null |
|
|
||
| adjacent_broker_address | nvarchar | 512 | √ | null |
|
|
||
| message_sequence_number | bigint | 8 | √ | null |
|
|
||
| message_fragment_number | int | 4 | √ | null |
|
|
||
| hops_remaining | tinyint | 1 | √ | null |
|
|
||
| time_to_live | int | 4 | √ | null |
|
|
||
| time_consumed | int | 4 | √ | null |
|
|
||
| message_id | uniqueidentifier | 16 | √ | null |
|
|
