cancel
Showing results for 
Search instead for 
Did you mean: 

Inbound Proxy serialization or parralization

DG
Active Contributor
0 Kudos

Hi


I'm processing the inbound CPON /collectivepaymentordernotification and we are getting the batch is locked by user.


I would prefer not to use EOIO to achive it. Since if one message fails then all updates will be stopped.


Is there a way I can define that the CPON messages should only be processed on one queue.

Accepted Solutions (1)

Accepted Solutions (1)

DG
Active Contributor
0 Kudos

It seems like the tuning parameter EO_INBOUND_PARALLEL_SENDER can perform the task.

DG
Active Contributor
0 Kudos

We could not make that work on the system.

So we went to set EO_INBOUND_PARALLEL -> RECEIVER to 1.

Which does have a small side effect that all messages is put in to the queue, but for the moment this is the only message so i guess it works.

Answers (0)