Message queueing problem

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • shakthi

    Message queueing problem

    I have problem with message queuing. I wrote simple service and client
    that communicate through endpoint that works with netMsmqBinding.

    Exception occurs when client sends message to server, and error is:

    There was an error sending to the queue: No internal Message Queuing
    certificate exists for the user.
    This is config of the service.

    <services>
    <service type="ATMServer .Console.ATMSer ver">
    <endpoint address="net.ms mq://localhost/private/in"
    binding="netMsm qBinding"
    contract="ATMSe rver.Console.IA TMServer"
    bindingConfigur ation="QueueBin ding"
    />
    </service>

    </services>

    <bindings>
    <netMsmqBinding >
    <binding name="QueueBind ing" exactlyOnce="fa lse" />
    </netMsmqBinding>

    <security mode="Transport "><transpor t
    msmqAuthenticat ionMode="Window sDomain"
    msmqEncryptionA lgorithm="RC4St ream" msmqProtectionL evel="Sign"
    msmqSecureHashA lgorithm="Sha1" /><message
    clientCredentia lType="Windows"/>/security>

    </bindings>

    i edited the config file disabling security on the MSMQ binding for
    non-domain mode.

    <netMsmqBinding >
    <binding
    name="Domainles sMsmqBinding">
    <security>
    <transport
    msmqAuthenticat ionMode="None"
    msmqProtectionL evel="None"/>
    </security>
    </binding>
    </netMsmqBinding>

    It helped, now the client application can send message to msmq. New
    problem is that service does not react on new message. Any ideas??
  • sloan

    #2
    Re: Message queueing problem


    I left you a few questions at your PREVIOUS post about the issue.

    Can you answer those (by going to that post)?

    Did you try my downloadable example?





    "shakthi" <shakthi.N@gmai l.comwrote in message
    news:173d3583-959a-40ee-9080-da9e6480dc16@g6 1g2000hsf.googl egroups.com...
    >I have problem with message queuing. I wrote simple service and client
    that communicate through endpoint that works with netMsmqBinding.
    >
    Exception occurs when client sends message to server, and error is:
    >
    There was an error sending to the queue: No internal Message Queuing
    certificate exists for the user.
    This is config of the service.
    >
    <services>
    <service type="ATMServer .Console.ATMSer ver">
    <endpoint address="net.ms mq://localhost/private/in"
    binding="netMsm qBinding"
    contract="ATMSe rver.Console.IA TMServer"
    bindingConfigur ation="QueueBin ding"
    />
    </service>
    >
    </services>
    >
    <bindings>
    <netMsmqBinding >
    <binding name="QueueBind ing" exactlyOnce="fa lse" />
    </netMsmqBinding>
    >
    <security mode="Transport "><transpor t
    msmqAuthenticat ionMode="Window sDomain"
    msmqEncryptionA lgorithm="RC4St ream" msmqProtectionL evel="Sign"
    msmqSecureHashA lgorithm="Sha1" /><message
    clientCredentia lType="Windows"/>/security>
    >
    </bindings>
    >
    i edited the config file disabling security on the MSMQ binding for
    non-domain mode.
    >
    <netMsmqBinding >
    <binding
    name="Domainles sMsmqBinding">
    <security>
    <transport
    msmqAuthenticat ionMode="None"
    msmqProtectionL evel="None"/>
    </security>
    </binding>
    </netMsmqBinding>
    >
    It helped, now the client application can send message to msmq. New
    problem is that service does not react on new message. Any ideas??

    Comment

    • shakthi

      #3
      Re: Message queueing problem

      On Oct 27, 12:46 pm, "sloan" <sl...@ipass.ne twrote:
      I left you a few questions at your PREVIOUS post about the issue.
      >
      Can you answer those (by going to that post)?
      >
      Did you try my downloadable example?
      >
      "shakthi" <shakth...@gmai l.comwrote in message
      >
      news:173d3583-959a-40ee-9080-da9e6480dc16@g6 1g2000hsf.googl egroups.com...
      >
      I have problem with message queuing. I wrote simple service and client
      that communicate through endpoint that works with netMsmqBinding.
      >
      Exception occurs when client sends message to server, and error is:
      >
      There was an error sending to the queue: No internal Message Queuing
      certificate exists for the user.
      This is config of the service.
      >
      <services>
           <service type="ATMServer .Console.ATMSer ver">
             <endpoint address="net.ms mq://localhost/private/in"
                       binding="netMsm qBinding"
                       contract="ATMSe rver.Console.IA TMServer"
                       bindingConfigur ation="QueueBin ding"
           />
           </service>
      >
      </services>
      >
         <bindings>
           <netMsmqBinding >
             <binding name="QueueBind ing" exactlyOnce="fa lse" />
           </netMsmqBinding>
      >
      <security mode="Transport "><transpor t
      msmqAuthenticat ionMode="Window sDomain"
      msmqEncryptionA lgorithm="RC4St ream" msmqProtectionL evel="Sign"
      msmqSecureHashA lgorithm="Sha1" /><message
      clientCredentia lType="Windows"/>/security>
      >
         </bindings>
      >
      i edited the config file disabling security on the MSMQ binding for
      non-domain mode.
      >
      <netMsmqBinding >
       <binding
          name="Domainles sMsmqBinding">
         <security>
           <transport
             msmqAuthenticat ionMode="None"
             msmqProtectionL evel="None"/>
         </security>
       </binding>
      </netMsmqBinding>
      >
      It helped, now the client application can send message to msmq. New
      problem is that service does not react on new message. Any ideas??
      which thread?? i did not see any questions. Can you please provide me
      the url for the thread where u posted questions.

      Thanks

      Comment

      • sloan

        #4
        Re: Message queueing problem

        Now you understand the issue of multi posting better.

        This newsgroup , dated 10/27/2008 10:40 am.

        It's pretty bad when you can't find ~~your own~~ (previous multi post) post.







        "shakthi" <shakthi.N@gmai l.comwrote in message
        news:2af6c83f-e3e9-4dc9-bbe5-c79551c30d39@79 g2000hsk.google groups.com...
        On Oct 27, 12:46 pm, "sloan" <sl...@ipass.ne twrote:
        I left you a few questions at your PREVIOUS post about the issue.
        >
        Can you answer those (by going to that post)?
        >
        Did you try my downloadable example?
        >
        "shakthi" <shakth...@gmai l.comwrote in message
        >
        news:173d3583-959a-40ee-9080-da9e6480dc16@g6 1g2000hsf.googl egroups.com...
        >
        I have problem with message queuing. I wrote simple service and client
        that communicate through endpoint that works with netMsmqBinding.
        >
        Exception occurs when client sends message to server, and error is:
        >
        There was an error sending to the queue: No internal Message Queuing
        certificate exists for the user.
        This is config of the service.
        >
        <services>
        <service type="ATMServer .Console.ATMSer ver">
        <endpoint address="net.ms mq://localhost/private/in"
        binding="netMsm qBinding"
        contract="ATMSe rver.Console.IA TMServer"
        bindingConfigur ation="QueueBin ding"
        />
        </service>
        >
        </services>
        >
        <bindings>
        <netMsmqBinding >
        <binding name="QueueBind ing" exactlyOnce="fa lse" />
        </netMsmqBinding>
        >
        <security mode="Transport "><transpor t
        msmqAuthenticat ionMode="Window sDomain"
        msmqEncryptionA lgorithm="RC4St ream" msmqProtectionL evel="Sign"
        msmqSecureHashA lgorithm="Sha1" /><message
        clientCredentia lType="Windows"/>/security>
        >
        </bindings>
        >
        i edited the config file disabling security on the MSMQ binding for
        non-domain mode.
        >
        <netMsmqBinding >
        <binding
        name="Domainles sMsmqBinding">
        <security>
        <transport
        msmqAuthenticat ionMode="None"
        msmqProtectionL evel="None"/>
        </security>
        </binding>
        </netMsmqBinding>
        >
        It helped, now the client application can send message to msmq. New
        problem is that service does not react on new message. Any ideas??
        which thread?? i did not see any questions. Can you please provide me
        the url for the thread where u posted questions.

        Thanks


        Comment

        • shakthi

          #5
          Re: Message queueing problem

          On Oct 29, 2:17 pm, "sloan" <sl...@ipass.ne twrote:
          Now you understand the issue of multi posting better.
          >
          This newsgroup , dated 10/27/2008 10:40 am.
          >
          It's pretty bad when you can't find ~~your own~~ (previous multi post) post.
          >
          "shakthi" <shakth...@gmai l.comwrote in message
          >
          news:2af6c83f-e3e9-4dc9-bbe5-c79551c30d39@79 g2000hsk.google groups.com...
          On Oct 27, 12:46 pm, "sloan" <sl...@ipass.ne twrote:
          >
          >
          >
          I left you a few questions at your PREVIOUS post about the issue.
          >
          Can you answer those (by going to that post)?
          >
          Did you try my downloadable example?
          >
          "shakthi" <shakth...@gmai l.comwrote in message
          >
          news:173d3583-959a-40ee-9080-da9e6480dc16@g6 1g2000hsf.googl egroups.com....
          >
          >I have problem with message queuing. I wrote simple service and client
          that communicate through endpoint that works with netMsmqBinding.
          >
          Exception occurs when client sends message to server, and error is:
          >
          There was an error sending to the queue: No internal Message Queuing
          certificate exists for the user.
          This is config of the service.
          >
          <services>
          <service type="ATMServer .Console.ATMSer ver">
          <endpoint address="net.ms mq://localhost/private/in"
          binding="netMsm qBinding"
          contract="ATMSe rver.Console.IA TMServer"
          bindingConfigur ation="QueueBin ding"
          />
          </service>
          >
          </services>
          >
          <bindings>
          <netMsmqBinding >
          <binding name="QueueBind ing" exactlyOnce="fa lse" />
          </netMsmqBinding>
          >
          <security mode="Transport "><transpor t
          msmqAuthenticat ionMode="Window sDomain"
          msmqEncryptionA lgorithm="RC4St ream" msmqProtectionL evel="Sign"
          msmqSecureHashA lgorithm="Sha1" /><message
          clientCredentia lType="Windows"/>/security>
          >
          </bindings>
          >
          i edited the config file disabling security on the MSMQ binding for
          non-domain mode.
          >
          <netMsmqBinding >
          <binding
          name="Domainles sMsmqBinding">
          <security>
          <transport
          msmqAuthenticat ionMode="None"
          msmqProtectionL evel="None"/>
          </security>
          </binding>
          </netMsmqBinding>
          >
          It helped, now the client application can send message to msmq. New
          problem is that service does not react on new message. Any ideas??
          >
          which thread?? i did not see any questions. Can you please provide me
          the url for the thread where u posted questions.
          >
          Thanks
          watz prob with u i dont understand. if u dont want to help its fine
          but dont waste my time

          Comment

          • shakthi

            #6
            Re: Message queueing problem

            On Oct 30, 2:21 pm, shakthi <shakth...@gmai l.comwrote:
            On Oct 29, 2:17 pm, "sloan" <sl...@ipass.ne twrote:
            >
            >
            >
            Now you understand the issue of multi posting better.
            >
            This newsgroup , dated 10/27/2008 10:40 am.
            >
            It's pretty bad when you can't find ~~your own~~ (previous multi post) post.
            >
            "shakthi" <shakth...@gmai l.comwrote in message
            >
            news:2af6c83f-e3e9-4dc9-bbe5-c79551c30d39@79 g2000hsk.google groups.com...
            On Oct 27, 12:46 pm, "sloan" <sl...@ipass.ne twrote:
            >
            I left you a few questions at your PREVIOUS post about the issue.
            >
            Can you answer those (by going to that post)?
            >
            Did you try my downloadable example?
            >
            "shakthi" <shakth...@gmai l.comwrote in message
            >
            >news:173d358 3-959a-40ee-9080-da9e6480dc16@g6 1g2000hsf.googl egroups.com....
            >
            I have problem with message queuing. I wrote simple service and client
            that communicate through endpoint that works with netMsmqBinding.
            >
            Exception occurs when client sends message to server, and error is:
            >
            There was an error sending to the queue: No internal Message Queuing
            certificate exists for the user.
            This is config of the service.
            >
            <services>
            <service type="ATMServer .Console.ATMSer ver">
            <endpoint address="net.ms mq://localhost/private/in"
            binding="netMsm qBinding"
            contract="ATMSe rver.Console.IA TMServer"
            bindingConfigur ation="QueueBin ding"
            />
            </service>
            >
            </services>
            >
            <bindings>
            <netMsmqBinding >
            <binding name="QueueBind ing" exactlyOnce="fa lse" />
            </netMsmqBinding>
            >
            <security mode="Transport "><transpor t
            msmqAuthenticat ionMode="Window sDomain"
            msmqEncryptionA lgorithm="RC4St ream" msmqProtectionL evel="Sign"
            msmqSecureHashA lgorithm="Sha1" /><message
            clientCredentia lType="Windows"/>/security>
            >
            </bindings>
            >
            i edited the config file disabling security on the MSMQ binding for
            non-domain mode.
            >
            <netMsmqBinding >
            <binding
            name="Domainles sMsmqBinding">
            <security>
            <transport
            msmqAuthenticat ionMode="None"
            msmqProtectionL evel="None"/>
            </security>
            </binding>
            </netMsmqBinding>
            >
            It helped, now the client application can send message to msmq. New
            problem is that service does not react on new message. Any ideas??
            >
            which thread?? i did not see any questions. Can you please provide me
            the url for the thread where u posted questions.
            >
            Thanks
            >
            watz prob with u i dont understand. if u dont want to help its fine
            but dont waste my time
            Close this posting..its multiposted

            Comment

            • shakthi

              #7
              Re: Message queueing problem

              On Oct 30, 2:54 pm, shakthi <shakth...@gmai l.comwrote:
              On Oct 30, 2:21 pm,shakthi<shak th...@gmail.com wrote:
              >
              On Oct 29, 2:17 pm, "sloan" <sl...@ipass.ne twrote:
              >
              Now you understand the issue of multi posting better.
              >
              This newsgroup , dated 10/27/2008 10:40 am.
              >
              It's pretty bad when you can't find ~~your own~~ (previous multi post) post.
              >
              "shakthi" <shakth...@gmai l.comwrote in message
              >
              >news:2af6c83 f-e3e9-4dc9-bbe5-c79551c30d39@79 g2000hsk.google groups.com....
              On Oct 27, 12:46 pm, "sloan" <sl...@ipass.ne twrote:
              >
              I left you a few questions at your PREVIOUS post about the issue.
              >
              Can you answer those (by going to that post)?
              >
              Did you try my downloadable example?
              >
              "shakthi" <shakth...@gmai l.comwrote in message
              >
              news:173d3583-959a-40ee-9080-da9e6480dc16@g6 1g2000hsf.googl egroups.com...
              >
              >I have problem with message queuing. I wrote simple service and client
              that communicate through endpoint that works with netMsmqBinding.
              >
              Exception occurs when client sends message to server, and error is:
              >
              There was an error sending to the queue: No internal Message Queuing
              certificate exists for the user.
              This is config of the service.
              >
              <services>
              <service type="ATMServer .Console.ATMSer ver">
              <endpoint address="net.ms mq://localhost/private/in"
              binding="netMsm qBinding"
              contract="ATMSe rver.Console.IA TMServer"
              bindingConfigur ation="QueueBin ding"
              />
              </service>
              >
              </services>
              >
              <bindings>
              <netMsmqBinding >
              <binding name="QueueBind ing" exactlyOnce="fa lse" />
              </netMsmqBinding>
              >
              <security mode="Transport "><transpor t
              msmqAuthenticat ionMode="Window sDomain"
              msmqEncryptionA lgorithm="RC4St ream" msmqProtectionL evel="Sign"
              msmqSecureHashA lgorithm="Sha1" /><message
              clientCredentia lType="Windows"/>/security>
              >
              </bindings>
              >
              i edited the config file disabling security on the MSMQ binding for
              non-domain mode.
              >
              <netMsmqBinding >
              <binding
              name="Domainles sMsmqBinding">
              <security>
              <transport
              msmqAuthenticat ionMode="None"
              msmqProtectionL evel="None"/>
              </security>
              </binding>
              </netMsmqBinding>
              >
              It helped, now the client application can send message to msmq. New
              problem is that service does not react on new message. Any ideas??
              >
              which thread?? i did not see any questions. Can you please provide me
              the url for the thread where u posted questions.
              >
              Thanks
              >
              watz prob with u i dont understand. if u dont want to help its fine
              but dont waste my time
              >
              Close this posting..its multiposted
              Windows 2003 Server, no its for first time

              Comment

              Working...