cancel
Showing results for 
Search instead for 
Did you mean: 

Queue of BPM

Former Member
0 Kudos

Hi,

I have to make a scenario that update delivery into R3 from legacy system.

I have made a bpm: bpm_updDelv that update R3 in three single step.

The lagacy send to XI more deliveries within a same file, XI split these deliveries and it send to R3 a single delivery, the next delivery have to send to R3 only if the previous delivery it's ended (with success or not) .

Can I use a queue for serializzare the bpm?

Can any body please help me?

Thanks in advance,

alberto

Accepted Solutions (1)

Accepted Solutions (1)

bhavesh_kantilal
Active Contributor
0 Kudos

Hi,

Not sure from which SP pack, but one of the recent ones after SP 14, in the Send Step you have a new property called QueueName . Here you can give the Queue Name and thereby all messages are sent to the same queue.

Alternatlively, Select the <b>Maintain Interface Order at Runtime</b> in the interface determination and the desired functionality is obtained,

Regards

Bhavesh

Former Member
0 Kudos

Hi Bhavesh ,

<b> Maintain Interface Order at Runtime</b>

This will use only when you have the multiple interfaces configured in interface determination. please see above link. am i saying any thing wrong.

Regards

Chilla

bhavesh_kantilal
Active Contributor
0 Kudos

Incorrect Anseer.

Content Deleted.

Message was edited by:

Bhavesh Kantilal

bhavesh_kantilal
Active Contributor
0 Kudos

Chilla,

Aplogies. Got confused.

You are correct. Maintain interface order at runtime works with Multiple Inbound Interfaces and not single inbound interface.

Regards

Bhavesh

Answers (1)

Answers (1)

Former Member
0 Kudos