I just noticed a major bug (Unless im missing something) in BizTalk connected to a servicebus queue using the WCF-Custom adapter.
I noticed a message had not reached BizTalk from the queue so i checked that the receive location was running in BizTalk which it was.
However i could see the messages getting stacked in the queue.
BizTalk provided no warning or error-message and there were no indication from BizTalk that the receive location had lost the connection to the queue.
When i restarted the Receive location i could see the messagecount drop down to zero in the servicebus management console so it seems like BizTalk lost the connection without even noticing it.
If im not missing something important, this is a very serious bug in BizTalk since it blocks the flow without any warning or noticable reason.
I have 2 colleagues who have also run into the problem however i think they were using the sftp-adapter.
Does anybody else have any experience with this behavior?
I tried googling it but found nothing.