Skip to Content
0
May 27, 2014 at 09:16 AM

JDBC Adapter message order

62 Views

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