Results 1 to 2 of 2

Thread: WCF newbie

Hybrid View

  1. #1

    Thread Starter
    PowerPoster
    Join Date
    Aug 2003
    Location
    Edinburgh, UK
    Posts
    2,773

    WCF newbie

    ahh! so many options. so confused.

    im trying to begin writing a simple WCF service but not sure exactly where to go.

    what do I want the service to do? to listen to incoming messages in MSMQ.
    I then of course need a client to send messages to MSMQ.


    For the server side, what would I expose so the client can send the message?

    MVP 2007-2010 any chance of a regain?
    Professional Software Developer and Infrastructure Engineer.

  2. #2
    Fanatic Member
    Join Date
    Feb 2000
    Location
    Dunmow,Essex,England
    Posts
    898

    Re: WCF newbie

    you write code in exactly the same way as you would in a standard app to consume and use MSMQ. The only difference with WCF is that you need to make the methods a contract to expose the methods and you also just need to ensure that the address's are set correctly in the config file.

    take a look here http://www.codeproject.com/Articles/...g-WCF-and-MSMQ

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width