I have a message in a Journal of a Private queue (.\\Private$\\theQueue\\Journal$) The message was created by WCF and processed (thus on the Journal).
I\'m trying to read a public MSMQ from a remote (Server 2008) machine. 开发者_Go百科I know XP has MSMQ 3.0, and I\'ve found some information that it doesn\'t support transactional, non-local receivin
I encountered an issue where sometimes the lookupid will jump when I read message from queue by lookupID.
If you have an asp.net site sending messages to a remote queue, how do you handle authentication. If Windows Authentication is turned off, the network service sends a message to the remote queue. Does
I have a Flex application which shows an assessment to a candidate. At the end of the assessment, the asp.NET a开发者_JAVA百科pplication sends the session (of the candidate) id to a queue. A Windows S
I would like to receive messages from a remote transactional queue. In Msmq 4.0, this should b开发者_如何学Goe possible, but I can\'t make it work. Does anybody have an example on how to do this?Code
I have an application that reads/writes from/to message queues on remote application servers.The clients usually run on machines outside of the servers\' domains/forests with no trust setup.
I created a script to monitor a set of queues, and, while it works perfectly with Remote Private Queues, it doesn\'t work with Outgoing Queues. I made an experiment by removing everything but the esse
It is possible have one MSMQ queue in one machine and read masseges from that queue from another machine?开发者_如何学JAVA
My program is successfully using .NET\'s MessageQueue class to read from an MSMQ.The queue is user configurable, and is sometimes on the local machine, and sometimes on a remote machine.The user can s