English 中文(简体)
MSMQ - Creat and Send 信
原标题:MSMQ - Create and Send Message

我在一台遥远的机器上设置了一个公关。 我能够从我的工作站那里获得问答,发出信息并发出。 然而,当我访问接收电文的遥控机器时,我看不到任何信息。 关于我失踪的任何想法? 是否需要配置任何信息?

最佳回答

你们应当检查边远地点的安全环境——任何账户的缺省情况都是“缓慢发送”。

问题回答

我去做的是删除电文。 单身 信道:Send(message,Message Queue TransactionType.Single)方法。

如同在交易类型之间有误。 我仍然不知道交易类型是如何运作的。





相关问题
Private or Public MSMQ

We are using Queue for few of are WCF services. We are using NetMSMQ binding for the WCF services which use Private MSMQ. The system works OK on our QA environment. I am not sure of any real ...

how to archive msmq messages?

I have a bunch of messages in one of the queues from an old date. I would like to take a backup before purging them. Any thoughts? Schar

MSMQ Adding a delay on Messages

I have a Microsoft Message Queue that gets populated with messages. If there is a problem with the processing of the message, I would like to retry the message, I do not want to retry the message ...

clear Message Queue in C#

I use the Message Queue to send messages from one application to the other one (this has to work only on one particular machine) I create the queue like this on the receiver side: string ...

Getting the NServiceBus Distributor Sample To Work

I m trying to use the Distributor in the NServiceBus FullDuplex sample but I can t get it working. I ve been following the this guide Getting the NServiceBus Distributor Working, but it doesn t work. ...

热门标签