Questions tagged [msmq-transaction]

20 questions
0
votes
1 answer

Delete a message from OUTGOING QUEUES in msmq

Is it possible to delete a message from outgoing queues? I don't see any option for deleting. How to delete these messages? I am new to msmq. I am trying to send messages from my computer to some other computer. All my messages are sitting in…
user2995902
  • 49
  • 1
  • 8
0
votes
2 answers

Need to pass extra values apart from the payload in msmq

All, I need to pass extra values apart from the Body of the MSMQMessage class, is there a way to do this ? I understand that i can create a complex object and use that, but want to check if there are any other properties that i can use to pass few…
nen
  • 621
  • 2
  • 10
  • 26
0
votes
2 answers

Multiple responses for a single request in NServiceBus reaches the destination only after the completing the execution of Handle method

To increase the responsiveness of the application the Message handler is responding with multiple responses. But its observed that the messages are delivered to the destination only after the message handling is fully completed even though the…
Joe Pattom
  • 21
  • 4
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
2 answers

How do I make the MSMQ queues faster? Is there batch sending so at least it is not 1 by 1?

I have the following code, which is not that slow, and also not that fast. Is there anyway to improve this? I currently get 1000 messages in like 5 to 10 seconds, which isn't ideal yet in my opinion.
MilkTea027
  • 301
  • 1
  • 5
  • 24
1
2