cancel
Showing results for 
Search instead for 
Did you mean: 

Unlocking queue will unregister the queue?

Former Member
0 Kudos

Hi Experts,

In SMQ2, I got an entry with sysfail, so I have moved the entry and now the queue is in ready state for long time. By unlokcking the queue, it turned into running process and all the messages got processed.

As I am not having SMQR access, I had no chance check, whether it was registered queue or not before unlocking., but as a priority solution I unlocked and processed the messages.

Now,I am confused, does unlocking deregister the queue if it was registered? do we need to re register the queue?

Thanks.

Hari.

Edited by: Harish.k on Nov 14, 2011 5:15 AM

Edited by: Harish.k on Nov 14, 2011 5:20 AM

Accepted Solutions (1)

Accepted Solutions (1)

rajasekhar_reddy14
Active Contributor
0 Kudos

No need to register once again .

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Harish,

Unlocking a queue does not deregister it. You can only deregister from tcode SMQR.

Regards

Former Member
0 Kudos

Hi Harish,

As Raja said, there is no need to register queue once again.

Locking the queue does not de-register the queue.

Thanks,

Former Member
0 Kudos

Hi

Unlocking/Locking queues have no effect in registration of the queues.

Thanks