cancel
Showing results for 
Search instead for 
Did you mean: 

Assigning a dedicated queue for a Interface

Former Member
0 Kudos

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

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

try using poxy in EOIO mode...

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Check this prioritize messages in XI Using Queues

Regards

Seshagiri