cancel
Showing results for 
Search instead for 
Did you mean: 

Synchronous message deletion job-messaging.syncMessageRemover.messageCount

Former Member
0 Kudos

Hi experts,

I have the following default setup for synchronous messages in PIQ

  1. messaging.syncMessageRemover.checkInterval =60
  2. messaging.syncMessageRemover.messageCount =1000
  3. messaging.syncMessageRemover.removeBody =true

I see the synchronous messages from more than 3 months in SXMB_MONI .

Please let me know the job name which deletes the Synchronous messages.

Regards

Kiran Kumar.P

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Kiran

What do you mean by "I see the sync. messages"? Do you see the header or even the body (payload)? You shouldn't see the payload anymore when you open an old message, since the syncMessageRemover is supposed to remove the payload from the message. Also, it removes the complete message from the runtime memory (not from the DB).

The header will still be visible in the DB as long as the configured retention period (the usual SXMB_ADMIN settings for the message retention). The DB rentention and the sync messages memory deletion are different things, don't confuse them.

Please let me know if this is understandable and if it solves your issue.

Philippe