cancel
Showing results for 
Search instead for 
Did you mean: 

Message load balancing in PI 7.0

Former Member
0 Kudos

Hi Experts,

We have the below requirement. Please suggest a way to make it feasible.

There would be a threshold limit for the count of messages that are processed by a communication channel.

The messages being processed by a communication channel have to be counted for a day and if the limit is crossed, the channel has to stop processing the messages for that day.

We have only File and JMS communication channels in our landscape.

This activity is being done for load balancing on the system per interface.

Please suggest if there is any possible way to achieve this.

If this is not possible, please suggest any other possible way to achieve the load balancing.

Thank you.

Regards,

Subbu

Accepted Solutions (0)

Answers (1)

Answers (1)

rajasekhar_reddy14
Active Contributor
0 Kudos

Hi Subbu,

You can try this below solution,

Maintain table in SAP PI (ABAP Stack),evry time when interface executes enter count value in table, next time exeuction read old count value and update new on in Table.

once coutn reaches max value then you can kill message in mapping level.

But this is not good desisgn..just idea thats it.

Regards,

Raj