Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6828203
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T22:21:20+00:00 2026-05-26T22:21:20+00:00

Do messages pulled off an MSMQ queue have to be added to the queue

  • 0

Do messages pulled off an MSMQ queue have to be added to the queue via a process using MsmqIntegrationBinding in order for a WCF Service to pick them off the queue using MsmqIntegrationBinding? We have a legacy process that is writing an xml payload to a queue using System.Messaging and when I run my process to try and pick the message off the queue nothing happens (Meaning the message stays in the queue). I was just wondering if a message is enqueued using another process can you still use WCF / MsmqIntegrationBinding to dequeue the message?

I know that ideally you should use DataContracts and NetMsmqBinding, but unfortuantely int his situation we don’t have the ability to modify the process enqueing the messages.

As I am sure you can tell I am still very ignorant with WCF / MSMQ so maybe the solution is simple.

Any suggestions would be greatly appreciated.

Thanks,

S

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T22:21:21+00:00Added an answer on May 26, 2026 at 10:21 pm

    MsmqIntegrationBinding can use different formatters to read/write data to the queue. This can be done by setting the serializationFormat property of your binding. For example, to interoperate with an COM client you set the serializationFormat to ActiveX. To interoperate with a .net client set it to Xml.

    <service name="MyQueueListenner">
    
        <!-- Active X endpoint -->
        <endpoint address="msmq.formatname:DIRECT=OS:.\private$\myQueue"
                  binding="msmqIntegrationBinding"
                  bindingConfiguration="COMConfig"
                  contract="MyContract" />
    
        <!-- .Net endpoint-->
        <endpoint address="msmq.formatname:DIRECT=OS:.\private$\myOtherQueue"
                  binding="msmqIntegrationBinding"
                  bindingConfiguration="DotNetConfig"
                  contract="MyContract" />
    
      </service>
      ...
    
      <msmqIntegrationBinding>
        <binding serializationFormat="ActiveX" name="COMConfig" durable="false" exactlyOnce="false">
          <security mode="None" />
        </binding>
        <binding serializationFormat="Xml" name="DotNetConfig" durable="false" exactlyOnce="false">
          <security mode="None" />
        </binding>
      </msmqIntegrationBinding>
    

    This allows you the full range of formatters providing the greatest range of interoperability with your queue clients.

    The full list of values is here:
    http://msdn.microsoft.com/en-us/library/system.servicemodel.msmqintegration.msmqmessageserializationformat.aspx

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

how to append error messages on validation summary through javascript. i have added a
I don't code in PHP, but I have this form which I pulled off
I am using this function which I pulled off MSDN static public byte[] RSAEncrypt(byte[]
I have a WCF service that returns a lot of data. So much so
How many messages does the queue for a standard window hold? What happens when
I have some EDI messages (X12, HL7, etc ...) stored in an Oracle database.
well i have this messages table with sample values like these: msg_id recipient_id read
I'm displaying user messages through templates using RequestContext in Django, which gives access to
I am trying to get data pulled from a SQLite file, i have created
I have a Perl script that executes a long running process and observes its

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.