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
0
votes
2 answers

Use Windows Azure Service Bus Queues in Android

Is there an alternative to accessing Windows Azure Service Bus queues from an android application that doesn't involve working directly with HTTP requests? For instance, a third-party library or SDK, or instructions on how to use the Windows Azure…
Fernando Correia
  • 21,803
  • 13
  • 83
  • 116
0
votes
1 answer

Hosting a WCF REST service on IIS 6 that also exposes a webHttpRelayBinding to service bus

I have a WCF REST service that is exposed both "locally" and in the cloud via the webHttpRelayBinding and the Azure Service Bus. This works great on my IIS 7.5 Express instance, but when I deploy it to an Windows Server 2003 / IIS 6 environment, I…
RMD
  • 3,421
  • 7
  • 39
  • 85
0
votes
1 answer

Service Bus 1.0 Beta New-SBFarm : The specified directory service attribute or value does not exist

I am trying to register a new SB Farm following the procedure from http://msdn.microsoft.com/en-us/library/windowsazure/jj193021(v=azure.10).aspx However when I try to execute the first part $mycert= ConvertTo-SecureString -AsPlainText -Force…
justacoder
  • 86
  • 9
0
votes
1 answer

How can I use WebHttpRelayBinding with application/json requests?

When I try to use a generic message handler, I run into errors when the accept, or content-type is html/xml/json if I use my own type such as text/x-json everything works as expected the message is dispatched to my handlers and the stream returns…
Aaron Fischer
  • 20,853
  • 18
  • 75
  • 116
0
votes
2 answers

cannot get issuetoken by using REST

In the white paper, it said that we can use REST to ask for the token then use the token to attache to the request we are going to fire, then can invoke the service in the service bus, how ever, i cannot get the token Bellow are the codes i use to…
jojo
  • 13,583
  • 35
  • 90
  • 123
0
votes
3 answers

WCF that can be consumed by cross platform clients

I have scenario where I need to host a web service (WCF) on Azure Service Bus and expose it to be consumed by cross platform clients (.NET or java or any other). What different protocols can cater this scenario? I was considering a pure XML format…
H S
  • 169
  • 1
  • 2
  • 10
0
votes
1 answer

System.ServiceModel.FaultException: An error occurred when processing the security tokens in the message in service bus

My service was working fine and now I am getting this exception and service stop working: System.ServiceModel.FaultException: An error occurred when processing the security tokens in the message searching internet shows some code problem but my code…
user1391380
0
votes
2 answers

How do I change the Duplicate Detection Window on an existing Windows Azure Service Bus topic?

Is it possible to change the Duplicate Detection Window on an existing Windows Azure Service Bus topic? I am using C# to interact with Service Bus.
Ryan Kirkman
  • 4,051
  • 2
  • 25
  • 20
0
votes
1 answer

Is there a way to list out all the active connections to a relying party application in a Service Namespace?

We would like list out all the active Senders and Listners for a given realm. Is there any API available to query the Service Bus for this information?
YerraVen
  • 59
  • 5
0
votes
1 answer

Does WCF+AzureServiceBus provide outgoing queue capabilities similar to WCF+MSMQ?

In WCF+MSMQ messages that are sent are first routed through an outgoing queue to provide guaranteed delivery when the target queue is offline. I'm unable to find any information that would indicate that this same strategy is available with any of…
cliphc
  • 55
  • 3
0
votes
1 answer

Can we use Azure Service Bus Authorization tool ( sbaztool.exe) behind a proxy?

If the answer is yes, how to pass the credentials.
YerraVen
  • 59
  • 5
0
votes
3 answers

ServiceBus.dll vs .NET 4 Framework client profile

I try to use netTcpRelayBinding and azure service bus to make my service scalable. I need to use this binding both on server and client sides. Its implemented in Microsoft.ServiceBus.dll so I should deploy this .dll to clients. But it requests .NET…
Sergey
  • 171
  • 1
  • 1
  • 14
0
votes
1 answer

waiishost crashing on deploy

I have set up an environment which should run my azure-project locally. It begins with a simple batch-file: E: cd "E:\Procurement\Source\Procurement\trunk\Azure_Procurement\Azure_Procurement" MSBuild.exe Azure_Procurement.ccproj…
DOOMDUDEMX
  • 644
  • 1
  • 8
  • 24
0
votes
2 answers

Azure ServiceBus Queues -- taking a long time to get local messages?

I'm working through a basic tutorial on the ServiceBus. A web role adds objects to a ServiceBus Queue, while a worker role reads those messages off the queue and marks them complete. This is all within the local environment (compute emulator). It…
roufamatic
  • 18,187
  • 7
  • 57
  • 86
0
votes
1 answer

How do I make use of the NetTcpRelaySecurity element in an app.config file?

I am attempting to use the Azure service bus relay to expose a WCF service to users outside of the company network. I have succeeded to some extent, but in order to prove that the communication works I have had to remove all of the custom username…
Lewray
  • 1,164
  • 1
  • 11
  • 26
1 2 3
69
70