0

I currently having a issue with a message that keeps getting bigger and bigger.

enter image description here

and when I check each individual message

enter image description here

It is empty?..

Why are these not removed automatically?

These Messaes and the increasing MSMQ is causing our prod server to chrash, and restart with an empty queue. btw. it is a private queue

nano
  • 53
  • 2
  • 7
  • How are you using the serverinternallog queue? It's not one MSMQ uses for itself so I assume one of your applications created it. – John Breakwell Jul 01 '18 at 14:54
  • Yes, its ab private qurue, a log queue an application uses – nano Jul 02 '18 at 04:45
  • Weirdly enoght is en recipient and destination the same ... – nano Jul 02 '18 at 04:45
  • So your application should be processing the contents of the serverinternallog queue. MSMQ won't automatically do anything with the messages except store them for you. – John Breakwell Jul 02 '18 at 09:24
  • The fact it's a private queue is unimportant. The messages will be Express (instead of Recoverable) which is why the queue is empty after the MSMQ service restarts. MSMQ does not persist Express messages. – John Breakwell Jul 02 '18 at 09:25

0 Answers0