Hello:
If we use ALTER QUEUE to de-activated a queue, what happens to the currently executing instances of the activation SProc. For example, will the activation SProc immediately stop executing and roll the message back onto the queue or will the activation keep running until all the messages in the queue are processed?
TIA,
Dave
ALTER QUEUE Qname WITH ACTIVATION (STATUS ='OFF');
If we use ALTER QUEUE to de-activated a queue, what happens to the currently executing instances of the activation SProc. For example, will the activation SProc immediately stop executing and roll the message back onto the queue or will the activation keep running until all the messages in the queue are processed?
TIA,
Dave