Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. WCF and WF
  4. Need a message Engine (MSMQ +WCF)

Need a message Engine (MSMQ +WCF)

Scheduled Pinned Locked Moved WCF and WF
wcfhelpcsharpwpfsysadmin
1 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    Member 4659001
    wrote on last edited by
    #1

    I need to make message engine which uses MSMQ in WCF and uses Data binding binding="netMsmqBinding" so i need some urgent help . Actully i have tried lots of things but nothing worked for me. i got this error Message Server Error in '/' Application. -------------------------------------------------------------------------------- The protocol 'net.msmq' is not supported. by the way my config file loks like <system.serviceModel> <services> <service name="WcfService3.Service1" behaviorConfiguration="serviceBehavior"> <host> <baseAddresses> <add baseAddress="http://localhost:8000/Service1"/> </baseAddresses> </host> <endpoint address="net.msmq://localhost/private/MessagingServiceQueue" contract="WcfService3.IService1" binding="netMsmqBinding" bindingConfiguration="netMsmq"/> <endpoint contract="IMetadataExchange" binding="mexHttpBinding" address="mex" /> </service> </services> <behaviors> <serviceBehaviors> <behavior name="serviceBehavior"> <serviceMetadata httpGetEnabled="true"/> </behavior> </serviceBehaviors> </behaviors> <bindings> <netMsmqBinding> <binding name="netMsmq"> <security mode="None" /> </binding> </netMsmqBinding> </bindings> </system.serviceModel>

    Raghvendra

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • World
    • Users
    • Groups