msmq
Is there a way to set AdministrationQueue property when using net.msmq (MSMQ) binding on WCF?
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[详细]
2023-03-26 11:13 分类:问答Uninstalling msmq causes msi created using Wix to fail
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:[详细]
2023-03-26 08:44 分类:问答MSMQ Complex Object Serialization/Deserialization
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[详细]
2023-03-25 23:11 分类:问答How a JMS based Weblogic server can cosume a message created via MSMQ?
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[详细]
2023-03-25 03:08 分类:问答MSMQ to WCF, enabling Two Way Communication
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[详细]
2023-03-25 02:33 分类:问答How to set the user permission on MSMQ queue creation in Wix
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[详细]
2023-03-25 02:20 分类:问答Windows Service Reading from MSMQ through WCF...Throttling
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[详细]
2023-03-25 01:38 分类:问答COM+ (.NET) application backwards compatibiliy
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[详细]
2023-03-24 23:51 分类:问答Implementing a "saga timeout" using an IIS-hosted WCF service?
I have a fairly straightforward scatter-gather pattern implemented using an IIS-hosted web service (WCF) as both the request handler (broadcast) and aggregator.[详细]
2023-03-23 15:52 分类:问答Disable DTC in WCF (MSMQ) service
I am using an MSMQ endpoint. I have set the following attributes on my service. [OperationBehavior(TransactionScopeRequired = true, TransactionAutoComplete = true)][详细]
2023-03-21 10:12 分类:问答