Questions tagged [servicebus]

Windows Service Bus is both an on-premises and Windows Azure hosted service. Service Bus provides brokered, durable messaging facilities with pub/sub as well as relay services connecting on-premises systems to the cloud.

Windows Service Bus is both an on-premises and Windows Azure hosted service. Service Bus provides brokered, durable messaging facilities with pub/sub as well as relay services connecting on-premises systems to the cloud.

1047 questions
-1
votes
1 answer

ArgumentNullException. UriString Null Parameter when I use UseStorageDevelopment=true to create a TopicClient in AF C#

Im Using Microsoft.Azure.ServiceBus 5.1.3 var topic = new TopicClient("UseStorageDevelopment=true", anyObject)
-1
votes
1 answer

Send mail if service bus count becomes zero

I am sending a file of data to service bus queue and while retrieving data I am getting active message count by queue.MessageCountDetails.ActiveMessageCount; if this count is zero, send mail to a user that data has been uploaded. When SendReport()…
Prajakta Kale
  • 392
  • 3
  • 19
-1
votes
3 answers

Subscribe one topic to another topic using Microsoft servicebus

Is it possible to subscribe one topic in servicebus to another topic in same service bus.If possible how to achieve this functionality during runtime(through code). Thank you.
Mounika
  • 137
  • 2
  • 11
-1
votes
1 answer

i'm not able to see theservice bus feature in wso2 api manager analytics

Iam not able to see the service bus features like API,sequences and inbound end points etc... may i know the reason why its happening like that? enter image description here Thanks and regards sai kumar
Sai Kumar
  • 1
  • 2
-1
votes
4 answers

Parse a property of a connection string

I have a string like the one below and I need to parse it out using PowerShell. I only want to keep the string up to the "EntityPath" and take out everything after the entity…
Amy
  • 185
  • 15
-1
votes
1 answer

Login-AzureRmAccount Error after running the command

Getting the below error even though I've Run the Login-AzureRmAccount command and I've also selected my subscription using the Select-AzureRmSubscription command. I'm not sure what could be causing this. any help would be greatly appreciated. …
Amy
  • 185
  • 15
-1
votes
1 answer

Which .NET Service Bus to migrate to Azure

I need to develop a web app which needs to 'talk' to lots of other apps/api's as well as implementing real time notifications to users and standard Publish/Subscribe type functionality. The client wants to develop on-premises and then migrate to…
Hugh Gallagher
  • 107
  • 1
  • 1
  • 7
-1
votes
2 answers

How to pull the messages from Azure Service Bus Queue in Java?

I want to pull the messages from Azure service bus queue. I can pull it from the sample code provided here. The messages which are coming are coming line by line. In my case I need the entire message at once. How to do it?
Anand Deshmukh
  • 169
  • 3
  • 20
-1
votes
1 answer

"50400: Gateway Timeout." in BizTalk services for large XML files

"50400: Gateway Timeout." in BizTalk services for large XML files
-1
votes
1 answer

Windows Azure Namespacemanager issue

i trying to create the service bus topic, for which i am using the namespacemanager. the name space manager is not showing the function CreateFromConnectionString. using System; using Microsoft.ServiceBus; using…
user712094
  • 71
  • 1
  • 7
-2
votes
1 answer

CQRS Implemetation

I'm trying out CQRS principle. For instance: I want to manage the list of Supplier A supplier has it own address, the supplier address can be changed from the list of existing address. Before changing supplier's address, I need to make sure the…
Phuc
  • 479
  • 2
  • 4
  • 15
-3
votes
1 answer

Error while executing automated script generated from Azure

I'm trying to execute automated script generated from Azure for iothub end points, but getting the following the error: New-AzureRmResourceGroupDeployment : 12:25:25 AM - Error: Code=InvalidTemplate; Message=Deployment template validation failed:…
Sandeep
  • 7
  • 4
1 2 3
69
70