cancel
Showing results for 
Search instead for 
Did you mean: 

Message waiting in queueu0085

Former Member
0 Kudos

Hi all,

During message process some messages stop in some queues with the message “time limit exceeded” and obstruct other messages to be processed. I need to delete the first queue entry to process the remaining messages. I don’t want delete the block entry because one message is lost…

I would like to know how I can fix this issue preventing an elimination of messages.

Thanks in advance,

Ricardo.

Accepted Solutions (1)

Accepted Solutions (1)

udo_martens
Active Contributor
0 Kudos

Hi Ricardo,

you can configure number of retries and waiting time of queues in transaction SMQR.

Regards,

Udo

Former Member
0 Kudos

Hi,

Go through these links:

/people/sap.user72/blog/2005/11/29/xi-how-to-re-process-failed-xi-messages-automatically

Hope these will be of help.

Regards,

Divija.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You can delete the queue (in tRFC Queue column in SXMB_MONI) and re-initialize the process.

Evandro.

Former Member
0 Kudos

Hi Evandro,

If I delete the queue I loose the messeges, right?

Regards,

Ricardo.

bhavesh_kantilal
Active Contributor
0 Kudos

Ricardo,

<i>If I delete the queue I loose the messeges, right?</i>

Even if you delete the Queue or Deregister and Register the Queue , you can restart the message from SXMB_MONI .

Check this blog for this,

/people/sap.user72/blog/2005/11/29/xi-how-to-re-process-failed-xi-messages-automatically

Also, only Asynch Error Messages can be restarted and not Synch.

Regards,

Bhavesh