Hi all,
I am sending two messages from Service1 to Service2. The first message indicates DELETE command to delete a row, the second message has the information for INSERTing a new row. Actually it's the process of updating a row but splitted into two phases (Delete/Insert at the target).
When I check the transmission queue at Service1 (initiator), my messages are queued correctly: First delete, Second insert.
But when they are delivered to Service2, they are not necessarily in the same order. Sometimes the Insert message is delivered earlier, that causes duplication of PK in my table.
How can I instruct SSB to deliver these messages to Service2 at the same order as they are queued in TQ at Service1?
Any help would be greatly appreciated.
Leila