tk=0 |
The MessageId is generated by Service Bus API. |
|
tk=1 |
The MessageId is generated by Talend Change Data Capture and contains all primary keys of records in ASCII
format. The keys are inserted in the order of the
primary key number assigned in the Manager.
|
If the record
isID1= 1, ID2=" ABCD ", ID3="EFGHI"
then
the MessageId is
0003000110004ABCD0005EFGHI
|
tk=2 |
The MessageId is generated by Talend Change Data Capture and contains all primary keys of records in JSON
format. |
If the record is
ID1= 1, ID2=" ABCD ", ID3="EFGHI"
then
the MessageId is
{ " ID1":1,"ID2":" ABCD ","ID3":" EFGHI"}
|