cancel
Showing results for 
Search instead for 
Did you mean: 

outbound queue deletion with : RSTRFCQDS

Former Member
0 Kudos

Hi all,

We have request to delete one of the queue in Production   from functional teams.. it have 200k + LUWs not processed which are not needed.

We don't have any test system with that queue to check the deletion process.

1) If we remove the all queue entries with report : RSTRFCQDS  and  Once the queue LUW are "zero" queue will no exist in SMQ1 , does it reset the queue status so that when next time the business scenario executes the Queue will be created again?

We are thinking to use the report till current date -1 and delete the entries manually to till date .

Please suggest .

Thanks,

Subhash.G

Accepted Solutions (0)

Answers (1)

Answers (1)

divyanshu_srivastava3
Active Contributor
0 Kudos

It's safe to delete those old LUWs with this report.

When you run this, you get a selection screen where you can provide your inputs.

IRefer -  760113 - Delete unprocessed LUWs in the qRFC

Regards,

Former Member
0 Kudos

Thanks for the response.

After the deletion the queue LUW with the report , does the queue will be created again when the business process is executed?

EX: IF we have queue dfexxxx with 200 LUW ,once all queue entries are processed the queue will not appear in SMQ1 and when next time the business process  executes and have LUW to be processed the queue will be created again in SMQ1.

Does the same thing will happen if we delete the queue using the report : RSTRFCQDS and LUW are zero and when business  process executes does it created again.

Please suggest.

Thanks,

Subhash.G


isaias_freitas
Advisor
Advisor
0 Kudos

If the queue is completely deleted, it will have READY status once the application creates it again.

In addition, if you want to delete all entries from the queue, you can do it from SMQ1 itself, no need to use a report. Just access SMQ1, select the queue, then click at the trash bin icon.

divyanshu_srivastava3
Active Contributor
0 Kudos

As said before, you can safely delete it and queues will be created when required.

cross check with functional team if you want.