Posted: Wed Jul 01, 2009 5:27 am Post subject: Websphere (BI) JDBC adapter , keeping order.
Newbie
Joined: 01 Jul 2009 Posts: 2
I'm sending messages (business objects) from a queue to a database using the Websphere Business Integrated Adapter (JDBC connector)
The last message on the queue is a special business object that triggers a program on the database to handle the data.
This is al is in place and working but now my problem:
Before the last program is started al data must be present in the database. Since the adapter is mutlithreaded it can handle sequential events so in theory it is possible that the program is called before the last data is send to the database.
Any tips how to prevent this without using synchronous communication?
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum