on 2014 May 27 10:16 AM
Hello experts,
I want to ask one question.
If I use JDBC adapter for processing outgoing message (receiver JDBC adapter) - Is processing of message guaranteed in order how I received it on sender side or processing order can change and I will insert messages in changed order.
Example:
I have messages 1 and 2 which comes at sender side in this order.
Is it guaranteed, that on receiver side, they will be inserted in DB in order 1, 2 or is it possible that I will find them in DB in order 2, 1.
I hope that I wrote it clear.
Thank you
VB
Hi Vladimir
if you use EO quality of service then you will get messages in any order.
if you use EOIO, then you will get ordered messages at receiver side. To use EOIO QoS set "Maintain Order at Runtime" checkbox in interface determination object of your scenario.
regards, Mikhail
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
71 | |
10 | |
8 | |
7 | |
6 | |
6 | |
6 | |
6 | |
6 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.