Has anyone successfully created a Client Connector using Net.msmq?
I'm trying as many different configurations as i can to post a message to a Client Connector but i get the following error on my client app:
"The communication object, System.ServiceModel.Channels.ServiceChannel, cannot be used for communication because it is in the Faulted state."
It looks as though my client connector endpoint is not binding to the WAS correctly.
If anyone has any ideas, i'd love to hear them.
Here are my Client Connector settings. As far as i can tell they match the code in my first post
General:
- Binding: netMsmq
Binding
- Message Pattern : Datagram
- Max Message Size: 1000000
- Transactions : None
Client Connector:
- Enabled : true
- Capture Custom Headers: true
URL: http://localhost:9005
Tags:
Hi John,
So....first, the url you are using for net.msmq is incorrect. You have to use a net.msmq url, which is the full path to the queue for the service. for example, if I pick net.msmq for the binding of the client connector, my url may look something like this:
net.msmq://localhost/private/accountclient.svc
Which means I would have to ensure that a private queue also exists with the appropriate permissions
Neuron doesn't use IIS or WAS....Neuron is its own hosting environment for services
hope that helps
Kind regards,
Marty
Neuron ESB Product Support Forums and Communities
© 2024 Created by Neuron Admin. Powered by