All tag results for ‘Queuing’
November 12th, 2009 · No Comments · 169 views
Consider the following scenario:
- On a computer that is running Windows Vista or Windows Server 2008, you enable Microsoft Message Queuing (also known as MSMQ) 4.0.
- The computer has multiple IP addresses. For example, multiple network adapters are installed on the computer.
- You configure the BindInterfaceIP registry entry to enable an instance of Message Queuing 4.0 to bind to a single IP address on the computer.
Note: The BindInterfaceIP registry entry is located under the following registry key:
HKEY_LOCAL_MACHINE\Software\Microsoft\MSMQ\Parameters\BindInterfaceIP
In this scenario, the BindInterfaceIP registry entry value is incorrect. Therefore, messages are not received or sent when you use Message Queuing 4.0.
Note: This problem occurs on clustered computers and on nonclustered computers.
May 17th, 2008 · No Comments · 566 views
Consider the following scenario:
- You run the release version of Windows Vista in Workgroup mode.
- You install Windows Vista Service Pack 1 (SP1).
- You uninstall Windows Vista SP1.
- You run Windows Vista in Workgroup mode again.
In this scenario, the Microsoft Message Queuing (also known as MSMQ) service does not start. Additionally, an event is logged to indicate that the notify_queue$ queue is not found.
June 27th, 2007 · No Comments · 651 views
When you try to send messages to the HTTP address or to the multicast address of a Microsoft Message Queuing queue on a computer that is running a 64-bit version of Windows Vista, the attempt is unsuccessful. Additionally, you receive the following error message:
404 not found
May 24th, 2007 · No Comments · 509 views
After you use the “Turn Windows features on or off” wizard in Windows Vista to configure Windows features, no Microsoft Message Queuing 4.0 components are enabled when the wizard is finished.
Note: Microsoft Message Queuing is also known as MSMQ.
May 17th, 2007 · No Comments · 646 views
Consider the following scenario:
- You send a message to a local transactional queue in Microsoft Message Queuing, also known as MSMQ, 4.0.
- You set the AcknowledgeType property to System.Messaging.AcknowledgeTypes.NegativeReceive for the message that you are sending.
- You specify a value for the AdministrationQueue property of the message.
- You specify a value for the DeadLetterQueueName property of the message.
- A negative acknowledgement is generated for the message that you are sending.
In this scenario, the sent message is written to the specified dead letter queue. However, a negative acknowledgement is not sent to the specified administration queue.