Windows Azure class which models the messages exchanged by applications that communicate through queues and topics.
Questions tagged [brokeredmessage]
49 questions
0
votes
1 answer
Identifying a message's origin on an ESB
Using Azure Service Bus, is there a way of recording on a brokered message where that message originated from ? Whilst of being little functional use, I can see it as being a useful tool for DevOps if troubleshooting a problem.
For example, imagine…

MrDeveloper
- 1,041
- 12
- 35
0
votes
1 answer
Implementing SendBatchAsync for Microsoft Azure Service Bus Brokered Messages
My requirement is that I have to send a list of brokered messages to the azure service bus asynchronously. However I am not able to implement the SendBatchAsync method properly. Let me explain in detail. Here is my code:
public async Task…

nitinvertigo
- 1,180
- 4
- 32
- 56
0
votes
1 answer
brokeredmessage microsoft service bus queue ReceiveBatch not obtaining all dead letter messages
I am testing a project with a dead letter queue with Microsoft Service Bus. I send 26 messages (representing the alphabet) and I use a program that when receiving the messages, randomly puts some of them in a dead letter queue. The messages are…

JosephDoggie
- 1,514
- 4
- 27
- 57
0
votes
2 answers
Service Bus for Windows Server: is EnqueuedTimeUtc on BrokeredMessage changed when auto-forwarding messages?
I'm currently doing some tests on Service Bus for Windows Server, and I'm using the EnqueuedTimeUtc property of the BrokeredMessage class for some performance tests (to calculate whether how much of the overhead is from Service Bus and how much of…

Tommy Carlier
- 7,951
- 3
- 26
- 43