I have perl program which needs to put a message then get the correlation id back and use the same correlation id to put messages related to the first message.
Most of the time it works well but I had an issue once where I get the same correlation id back for 2 different messages.
I dont have Commit after putting message? Is this a problem? What does commit do in case of put message?
also, Do I need to use Sync point when I use Commit?
Thanks for your help in advance.
Most of the time it works well but I had an issue once where I get the same correlation id back for 2 different messages.
I dont have Commit after putting message? Is this a problem? What does commit do in case of put message?
also, Do I need to use Sync point when I use Commit?
Thanks for your help in advance.