SubscriptionClient.Receive With Pause
I have a customer who wants to constantly run a subscription that receives messages in a topic. This I have coded for. Now, the client wants to ability to "pause" the receive process. Would this be...
View ArticleHow to use the property BrokeredMessage.To
What is the purpose with the property BrokeredMessage.To and how shall it be used?Normally when creating a MessageSender you have to provide the destination (the address) where the sender will put the...
View ArticleBrokeredMessage.CompleteAsync always gives ObjectDisposedException
message.CompleteAsync().ContinueWith(tr => { if (tr.Exception != null) {...
View ArticleAdd-SBHost : Throws error : to change the port of ClusterConnectionEndpoint
How to change the port of ClusterConnectionEndpoint Add-SBHost : The port number 9000 that was chosen for ClusterConnectionEndpoint (either explicitly by the user or implicitly as a default) clashes...
View ArticleAzure Event hub and Consumer group
Hi,I have created one event hub and multiple consumer group for same event hub.When I have send data trough event hub all consumer group received same data,So How should I will create filter for send...
View ArticleCertificate requested with thumbprint xxx not found in the certificate store....
The certificate for the server hosing the Service Bus expired two days ago and did not auto renew. This is because we changed to a new CA last year and decommissioned the old CA. As a result of this...
View ArticleACS OAuth2 tokens
Hi, I have created Service Bus with ACS, attached WCF relay service and everything work great. Now I would like to use OAuth2 with my relay service. In first step I sent POST to get token from :...
View ArticleUsing OAuth 2.0 with Service Bus
I would like to use OAuth2 with my relay service. Post to get the token: https://mynamespace.accesscontrol.windows.net/v2/OAuth2-13 with success{ "token_type":...
View ArticleReceiving Message Multiple times for a client and Message Deletes after one...
Hi All,I have two clients listening to a subscription of topic . I am seeing following issues.Issue 1:If one client receives a message and marks them completes other client won't receive that...
View ArticleNot able to listen on Azure EventHostProcessor
Hi Team,Struggling with an issue regarding Azure EventHostProcessor.Event Processor unable to create partitions when the account connection string is given(accountname and accountkey)as 1. Without...
View ArticleMax retry count not working in retryexponential class
ServiceBusConnectionStringBuilder connBuilder = new ServiceBusConnectionStringBuilder(); connBuilder.ManagementPort = HttpPort; connBuilder.RuntimePort = TcpPort;...
View ArticleCan't uninstall service bus
Hi,When trying to uninstall Service Bus i get this error:"This computer is part of a farm. To uninstall, first leave the farm either using 'Leave from Farm' option in Service Bus Configuration tool or...
View ArticleServiceBus RBAC control
I believe the service bus has been fully ported to RM.However, we have users who are assigned to the contributor role scoped to the subscription.Their contributor role permissions are properly...
View ArticleDoes REST Send Message Batch complete atomicly?
Hi;I want to send two messages to one service bus queue or topic at once. I have to be sure that both messages are saved by the service bus.I know, I could use .Net library and Transaction Scope. But I...
View ArticleAzure Service Bus: What is a request and a message?
Hi, Our Application is using Azure service bus for messaging purpose. We created few topics and subscribers. Actually we will send around 500 messages per day. But in the graph it shows lakhs of...
View Articleunable to export activity log to service bus
Hello,when use azure, i encountered a stange issue. i keep getting a Forbidden error when tried to export my activity log to service bus. and i can not upload my screenshot. page said " Body text...
View ArticleGetting handleListenerSetupFailure
Hi Team,I am connecting to queue on azure service bus using jmsConnectionFactory in Spring.Creating connectionFactory as follows...
View ArticleHow to Switch to different nodes if one of the nodes is down?
I have a farm to which two nodes are added. My Server sends messages to one node and client connected to same node to receive messages. What if that node goes down? Is there any fall back mechanism...
View ArticleHow to set TimeToLIve explicaity before send message to deadletter
Hi,I'm trying to update TimetoLive for a brokered message before sending it to Deadletter as below but the message when moved to deadletter it is taking the time to live value when it is created. It is...
View ArticleAdding node a farm giving error
Starting Validating input and configuration parameters. Installing auto-generated certificate. Unable to obtain private key file name for certificate with thumbprint:XXXXXXXXXXXXXXXXXXXXXXXXXXX.I am...
View Article