Alexander Abramovich
Alexander Abramovich

Reputation: 11448

MSMQ creation from CLI on Windows

Is there an easy way to create a private MSMQ from command line on Windows Workstation/Server flavors?

Appreciate

Upvotes: 1

Views: 182

Answers (1)

John Breakwell
John Breakwell

Reputation: 4687

No. You'd need to write your own app or script (or find one someone else has written).
There's nothing in the product to do it for you.

Upvotes: 1

Related Questions