We are are thinking how to monitor MSMQ queues that are used from WCF services (with net.msmq binding). Searching for alternatives like Journals, triggers or Administration queue, the last one seems t
I have a component in my wix project which installs a message queue on installation.When trying to uninstall it fails with the error in the log:
I am attempting to send a message to MSMQ utilizing the XmlFormatter 开发者_JAVA百科for an object that contains a property of type object. If the object property is left null, the serialization/deseri
I am new to this JMS, MSMQ, Weblogic things and don\'t have much idea about them. Can someone please guide me regarding my above question - How a JMS based Weblogic serve开发者_运维知识库r can cosume
We are building a common WCF Service which is being used by two different typ开发者_运维百科es of clients, ones which will use the normal Two way http binding, while the other ones will use the MSMQ b
As part of a Wix installation I\'m trying to create an MSMQ private queue using the MsmqExtension: <msmq:MessageQueue Id=\'myQueue\' Label=\'My Queue\' Transactional=\'yes\' PathName=\'[MESSAGE_QU
I have a windows service that reads my message queue through WCF. I want the service to proce开发者_运维百科ss not more than 50 messages from queue. I set the throttling configuration to 50 , but it d
I have written a COM+ component in .NET 3.5 on a Windows 7 machine.Unfortunately, after I had programmed everything I came to know that the server where this component should reside is a windows 2003
I have a fairly straightforward scatter-gather pattern implemented using an IIS-hosted web service (WCF) as both the request handler (broadcast) and aggregator.
I am using an MSMQ endpoint. I have set the following attributes on my service. [OperationBehavior(TransactionScopeRequired = true, TransactionAutoComplete = true)]