Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

copying queues from server to server

19 views
Skip to first unread message

Param

unread,
Feb 5, 2010, 1:47:34 AM2/5/10
to
Hi all,

Is there a way to copy queues from one server to another? I have 2 Windows
2008 R2 machines and I have setup all my queues on 1 machine. I need to set
the same queues up on the other machine and was wondering if there was an
easy way to do this.

TIA!

John Breakwell

unread,
Feb 5, 2010, 5:58:43 AM2/5/10
to
Hi Param,

If the queues are Public then no, there is not an easy solution. You could
write a script to copy the properties of the existing queues and create new
ones using the information.
Don't try copying the Active Directory objects that represent the queues as
the Queue ID must remain unique.

Private queues are easier to duplicate. Unlike Public Queues which have
their configuration stored in Active Directory, Private Queues use a local
file in the system32\msmq\storage\lqs directory. In theory, you could copy
the file for a queue to another machine and it would start up fine as long
as the security permissions weren't set to use local accounts from the
original server. Of course, this approach isn't supported.

Cheers
John Breakwell (MSFT)

"Param" <pa...@community.nospam> wrote in message
news:OUjva8ip...@TK2MSFTNGP02.phx.gbl...

0 new messages