Hi Experts,
I have a proxy to Database scenario. I am sending data in chunks via proxy. I want the chunks to be inserted in to the database in the same order becuse in last chunk i am calling some additional Stored proc which will unlock the database after insertion so i want to do the following.
1) I want to dedicate a separate queue which will contain all the messages from the Outbound Proxy (sending data to Database.)
2) That queue should not contain messages from any other sender interface so that i can simply delete the queue and trigger the proxy again.
Please suggest
Thanks
Vijay