cancel
Showing results for 
Search instead for 
Did you mean: 

Issue with message processing time using JMS adapter

Former Member
0 Kudos

Hi,

We are migrating from PI 7.0 to PO 7.5. We are facing issues w.r.t message processing using JMS adapter.

We receive about 5000 messages together. All the messages were picked up by PI immediately. However the messages are stuck for about 3 hours before message mapping step. PFB the screenshot. Appreciate any help in this regard.

Regards,

Vishal

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member182412
Active Contributor
0 Kudos

Hi Vishal,

Check the JMS consumer threads availability in Adapter engine status.

Regards,

Praveen.

Former Member
0 Kudos

Hi Praveen,

It is 5.

Any other point to be checked?

Regards,

Vishal

former_member186851
Active Contributor
0 Kudos

Hello Vishal,

This could be due overload of the system with sudden 5000 messages,check the below documentation

Permanent solution could increasing the number of server nodes,we had a similar situation

Messages Stuck in Java Queues | SCN

Former Member
0 Kudos

Hi Raghu,

The issue is the huge processing time(3 hours) between message pick by (sender)JMS adapter and the message mapping step.

Regards,

Vishal

former_member186851
Active Contributor
0 Kudos

Hello Vishal,

yes because of sudden volume,when u have few messages is that the same behavior?

If not,check and analyze as per the below link

former_member182412
Active Contributor
0 Kudos

Hi Vishal,

  • Based on your audit log adapter put the message into the messaging system queue
  • From messaging system the JMS consumer thread will take the message from the send queue and process all the steps including sending the message to the receiver.
  • I see it took long time to pick up the message from send queue.
  • What is the receiver adapter it could be receiver application slow cant handle the load, check the audit log for receiver adapter processing.
  • If receiver adapter took long time then consumer thread will not be available until it finish processing.

Regards,

Praveen.

Former Member
0 Kudos

Thanks for your response.

We have an Idoc adapter in the receiver which is common for the all the Inbound Idocs and working without any issues. There is only one application which sends messages in huge number i.e. ~5K at a specifc time everyday.

Regards,

Vishal

former_member182412
Active Contributor
0 Kudos

Hi Vishal,

There could be so many reasons for this problem.

i would suggest check section 6.2 Messaging System Bottleneck in below document.

Regards,

Praveen.