473,800 Members | 2,507 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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??
Oct 27 '08 #1
6 2866

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" <sh*******@gmai l.comwrote in message
news:17******** *************** ***********@g61 g2000hsf.google groups.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??

Oct 27 '08 #2
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:17******** *************** ***********@g61 g2000hsf.google groups.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="netMs mqBinding"
* * * * * * * * *contract="ATMS erver.Console.I ATMServer"
* * * * * * * * *bindingConfigu ration="QueueBi nding"
* * */>
* * *</service>
</services>
* *<bindings>
* * *<netMsmqBindin g>
* * * *<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
* * * *msmqAuthentica tionMode="None"
* * * *msmqProtection Level="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
Oct 29 '08 #3
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" <sh*******@gmai l.comwrote in message
news:2a******** *************** ***********@79g 2000hsk.googleg roups.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:17******** *************** ***********@g61 g2000hsf.google groups.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
Oct 29 '08 #4
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:2a******** *************** ***********@79g 2000hsk.googleg roups.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:17******** *************** ***********@g61 g2000hsf.google groups.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
Oct 30 '08 #5
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:2a******** *************** ***********@79g 2000hsk.googleg roups.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:17******* *************** ************@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
Oct 30 '08 #6
On Oct 30, 2:54*pm, shakthi <shakth...@gmai l.comwrote:
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:2a******* *************** ************@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:17******** *************** ***********@g61 g2000hsf.google groups.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
Oct 30 '08 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
1405
by: Gary | last post by:
I am planning to implement application to application communication using message queueing. I am using VB.NET on a Win2000 server OS with message queueing services enabled. I am find the reliability of the Message Queue over a network to be low, ie if i send a
2
1527
by: Stephen Barrett | last post by:
Does anyone know of any good sites or books to read up on using Windows Message Queue with .Net? I am starting to convert a long standing PowerBuilder server application to .Net. The current application receives messages from client machines via TCP/IP to submit calculations to a c++ calculation engine. The number of engines that can run concurrently is limited by hardware and configurable, so the server application queues them up if an...
7
1625
by: Flip | last post by:
I've been reading about message queues (ex http://www.devx.com/dotnet/Article/27560) and I thought I had installed the message queue from the IIS install, and I can see it running in Services, but when I goto look at it under the MMC tool under Applications, it's not there? Am I doing something wrong? Does it not show up in there, unless I add messages to the queue? Thanks.
1
1273
by: Angus Comber | last post by:
Hello I am writing a real time program which queues up a number of tasks for processing. Each item in the queue must be submitted to a device sequentially. ie it is not possible to just blast the hardware with 3 items. Instead you submit job1, wait for notification that job1 is complete then submit job2, etc. I suppose it is a bit like a print job queueing system. How would I start writing a class to control this?
4
5225
by: Just D. | last post by:
Did anybody use this Message Queuing and knew all details about it? What's the physical limit of this Message Queuing system, number of messages, mbytes, message size? Where it stores messages, RAM, DISK? Do we lose everything if the machine is just rebooted or we can save all messages on disk to send them later where we're on line? Just D.
8
10018
by: Rod | last post by:
I have been working with ASP.NET 1.1 for quite a while now. For some reason, opening some ASP.NET applications we wrote is producing the following error message: "The Web server reported the following error when attempting to create or open the Web project located at the following URL: 'http://localhost/WebApplication1'. 'HTTP/1.1 500 Internal Server Error'."
0
1045
by: Brian Henry | last post by:
I wrote an application that interacts with the file system watcher in a windows service.. what it does is copies a file that was moved into a specific folder into another upon creation in that original folder. There is one slight problem though... with out a queue of changed files it seems to get backed up and losses track of files when like 30 or 40 files are created about the same time.. so maybe 5 or 6 out of 40 get processed... I need...
3
1921
by: asadikhan | last post by:
Hi, I have a client server application where the client sends a request to the server with a filename. The server needs to read the file contents, massage the data, and then add it to the database. However, if two requests show up at the same time, I need to create some sort of a waiting mechanism or queue. I was thinking about using a Singleton Server Activation object for this reason, but I am not sure how I can implement the...
5
1612
balabaster
by: balabaster | last post by:
I have an odd scenario whereby I have two SQL 2005 Servers separated by a firewall and the only means of them talking is via a 3rd party message queueing server. I have a database on each of the SQL servers that needs to be replicated in both directions...this network architecture is not of my doing and security dictates that this cannot change. In my test environment I've just started investigating how exactly I'm going to approach this...
0
9551
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10274
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
10033
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9085
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6811
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5606
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4149
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3764
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2945
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.