Closed JSCProjects closed 7 years ago
@JSCProjects not sure if there's a connection with the databus...
But on one particular moment in time there were messages send to a queue without the databus header, so therefore it was impossible to receive it correct in the receiving handler.
How did this happen? Is that something that has some sort of condition you could reproduce? That would be an issue with the databus.
From the stack trace, it looks that the ASB transport has exhausted all the retries and was still receiving the TimeoutException
. The TrackingId (edc36893-e81b-4da6-87f7-0662845a8d5c) should allow you to open a support case with the MSFT ASB team to get more details what happened with the request.
Is this something that you could reproduce in an isolated project and share? Thank you.
@SeanFeldman I tried to reproduce it, but I can't figure out what the right situation is :-( But yesterday it happened again with 4 messages. I will open a request with MSFT ASB team, hopefully they can find something
@SeanFeldman when is the databus header attached to the message? Is it possible that it's only attached when the property is containing data?
@JSCProjects databus header is attached when a property value is not null
. In case the property value is null, the header will not be added upon sending. Upon receiving, if no header is found, no action will take place.
The exception you've seen has to do with the ASB failing to send messages on the client side and databus is just red-haring imo. Have you had any luck with the MSFT support?
Try to repro this as a stand-alone scenario to see if you can get the same issue again.
Closing this issue. Please reopen it if you have a repro that would indicate it's an Azure databus related failure. Thank you.
NP. I’ve got enough evidence that it’s the problem of our legacy app
From: Sean Feldman [mailto:notifications@github.com] Sent: woensdag 19 april 2017 08:04 To: Particular/NServiceBus.DataBus.AzureBlobStorage NServiceBus.DataBus.AzureBlobStorage@noreply.github.com Cc: JSC Projects mail@jsc-projects.nl; Mention mention@noreply.github.com Subject: Re: [Particular/NServiceBus.DataBus.AzureBlobStorage] Incomplete message was send to the queue (#22)
Closing this issue. Please reopen it if you have a repro that would indicate it's an Azure databus related failure. Thank you.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/Particular/NServiceBus.DataBus.AzureBlobStorage/issues/22#issuecomment-295110195, or mute the threadhttps://github.com/notifications/unsubscribe-auth/ASoNXdPayWbzjtnmcEb3_kj-wL5i4Qu3ks5rxaO8gaJpZM4MypL5.
Hello,
We are sending files as specific commands to specific endpoints. These commands uses the databus functionality for storing the file content. But on one particular moment in time there were messages send to a queue without the databus header, so therefore it was impossible to receive it correct in the receiving handler.
The commands are send via Parallel.ForEach construction and it never failed before. Only for 90 msg's it failed with following exception:
Packages.config
Thanx in advance.
Greetings,
Joey Chömpff