You need to modify an existing service. You want to use a new queue and move the existing messages from the old queue to the new one. How can you accomplish that?
(The ALTER SERVICE statement with the ON QUEUE option allows you to specify a new queue and move existing messages.)