Questions tagged [msmqintegrationbinding]
26 questions
0
votes
1 answer
Getting time out while running on msmq queue on more application hit
We have batch file for processing the applications through msmq, when the application count is more for ex: 40 at at a time, when it is picking the application in queue, remaining applications are getting time out, as the waiting time for all…

Karthika Subramanian
- 346
- 1
- 2
- 16
0
votes
1 answer
Is it possible to have a generic WCF service for handling multiple MSMQ endpoints?
Our team is building a service for processing messages from multiple remote MSMQ queues using WCF (via msmqIntegrationBinding). We would like to have the ability to throttle different groups of queues (via serviceThrottling) based on the amount of…

Taylor Buchanan
- 4,155
- 1
- 28
- 40
0
votes
1 answer
msmq authentication slows encryption
When sending an encrypted msmq message it seems like the authentication bogs down the speed (from 2500 msg/sec to 150 msgs/sec).
This seems to be the case for both System.Messaging.MessageQueue and the Wcf client with msmqIntegration binding.
My…

David Sundström Sundström
- 65
- 1
- 7
0
votes
1 answer
MSMQ Messages sent to DNS alias to 127.0.0.1 ending up on Outgoing Queue instead of local queue
I'm using msmqIntegrationBinding to send messages to a legacy MSMQ. I want to be able to use the same config file in preprod as we do in production, but in preprod the legacy queue is local whereas the production queue is on another server.
I…

iBosNZ
- 1
- 1
0
votes
2 answers
Mule MSMQ flow gives connection refused error in Mule Studio
I'm trying to run the sample example from Mule blog for MSMQ.
When I setup MSMQ as global component "Test connection" says Successful, that means MSMQ is setup. Well and good till now..
Now using the following flow to test sending a message into…

shrinathM
- 362
- 3
- 22
0
votes
1 answer
Mule Anypoint Gateway for .NET platform not running as a service in windows 7 professional desktop
I am trying to use MSMQ queue inside Mule flow;Going by the docs here, I find we need to run Anypoint Gateway as a service. The service wont run and gives error:
"Error 1053: The service did not respond to the start or control request in a timely…

shrinathM
- 362
- 3
- 22
0
votes
1 answer
do I use MsmqIntegrationBinding or netMsmqBinding?
my company bought a third party application. There's no documentation, there's no support. this application is using .net, and it creates a queue.
I need to write an application to pick up the message as soon as it gets to the queue.
which binding…

qinking126
- 11,385
- 25
- 74
- 124
0
votes
1 answer
How to recover deleted system files in MSMQ
I Unfortunatly deleted the System Files of MSMQ under,
C:\Windows\System32\msmq\storage\lqs
now i unable to send and receive messages from Queue.
How to recover the deleted files?

Vishnu
- 1,029
- 4
- 14
- 24
0
votes
1 answer
How do I use MsmqIntegrationBinding with a non-transactional queue?
This is my service contract:
_
_
Public Interface ISecurityMasterChanged
_
Sub ValidateCusipInMessage(ByVal message As MsmqMessage(Of…

Jonathan Allen
- 68,373
- 70
- 259
- 447
0
votes
1 answer
getting Contract requires TwoWay (either request-reply or duplex) error
I am having WCF subscriber for MSMQ which is installed as windows service.I have attached a IErrorhandler as well.So i needed to make it OneWay= false in service contract.Now when I am starting the windows service I am getting bellow errro:-
Service…

samash
- 757
- 2
- 15
- 32
0
votes
1 answer
Remote computer is not available when trying to pull from remote private queue
I have a remote private queue that I can write to without issue. I am trying to create a WAS-hosted WCF service to pull the data for processing. I need the service to be on a different machine than the queue; I currently have it in the same site…

zimdanen
- 5,508
- 7
- 44
- 89