cancel
Showing results for 
Search instead for 
Did you mean: 

Clearing JAVA Message Queue in PI 7.1

Former Member
0 Kudos

Hi Experts

I am working on a file to File Scenario, and file has been picked up on the sender CC and mesaages have been sent to JAVA queues, But the messages are stuck on the JAVA queues,

Java Queue name: File_http://sap.com/xi/XI/SystemRecv

How can I clear the JAVA message queue in PI 7.1

Thanks

PR

Accepted Solutions (1)

Accepted Solutions (1)

Eoin_Kierans
Product and Topic Expert
Product and Topic Expert
0 Kudos

To clear the queue you can restart the Messaging System service, although that is only a workaround. Are all the threads used

within the file receive queues or is only 1 thread currently being used?

Are there any locks within the NWA -> Problem Management -> Locks?

Former Member
0 Kudos

Would you please let me know the steps or procedure how to restart the services

Thanks

PR

Former Member
0 Kudos

Go to NWA -> Operation Management -> Systems -> Start & Stop -> Java EE Services. Then, find the XPI Service: Messaging System and restart the service.

Answers (2)

Answers (2)

Former Member
0 Kudos

hi

only you have to do is check the runtime work bench message monitor,

and delete the your interface message.

you have to delete message in java que in sequence.

delete the first one , the second one , the third, 4th ...

Naoki

Former Member
0 Kudos

If the messages are on the queue, usually one of the actions must be performed: a) Fix the related scenario and restart the messages or b) Manually cancel the messages. This is also advised on the note below under item "3. Troubleshooting Archiving / Deletion in the Adapter Framework"

[Note 872388 - Troubleshooting Archiving and Deletion in PI|https://service.sap.com/sap/support/notes/872388]

If you are having performance problems, please check if the messages are taking long time in TBDL/Holding status. Let us know if this is the case.