开发者

MSMQ with asp.net and wcf

开发者 https://www.devze.com 2023-02-01 01:49 出处:网络
Currently i\'m developing an apllication that sends sms via the asp.net. I\'m using msmq for th开发者_JAVA技巧e queuing incase of multiple sending of sms. The wcf will then check for new queue and usi

Currently i'm developing an apllication that sends sms via the asp.net. I'm using msmq for th开发者_JAVA技巧e queuing incase of multiple sending of sms. The wcf will then check for new queue and using teh queue to send out a sms. I've a few question.

  1. How do i create a new queue for the msmq via asp.net
  2. how do i schedule something in wcf ?


1 . How do i create a new queue for the msmq via asp.net

In order to create queues on the fly, you can use System.Messaging in .NET - see e.g. this article on how to do it.

2 . how do i schedule something in wcf ?

Why do you need to schedule something in WCF? What are you trying to do, trying to achieve here??

WCF is a service-oriented framework - it's about messages and stuff like that - not scheduling.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号