private void button2_Click(object sender, System.EventArgs e) { System.Messaging.MessageQueue.Create(textBox1.Text); } Queues can be either public or private. The term "private" as used in MSMQ is highly misleading. It doesn't mean that a program needs special ...
The zmsoap below sets a message disposal policy with a 90 day threshold on folder Id 2 (Inbox). This is the same as ZWC -> Right Click Folder -> Edit Properties -> Retention -> Check "Enable Message Disposal" for 90 days. zmsoap -z -m user@domain.tld FolderActionRequest/action @...
In my case, this is how the navigation path is (on Windows 7). But, it won’t make much of a difference if you are using any other version of Windows. 2.Now, right-click on this file and open it in any text editor – Notepad or Notepad++. Personally, I prefer Notepad++; we w...
(textBox1.Text) ; MessageBox.Show (bDoesQueueExist.ToString()) ; } // User clicked the "Create" button. Attempt to create the // queue with the name entered by the user. private void button2_Click(object sender, System.EventArgs e) { System.Messaging.MessageQueue.Create(textBox1.Text)...