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.
1
vote
2answers
34 views
Cancel an Azure Service Bus QueueClient long running Receive?
I am writing a test program to process messages in an Azure Service Bus Queue. I want to be able to provide the the ability to start and stop the dequeueing functionality.
If I am wondering if there ...
0
votes
0answers
9 views
No queue factory has been registered for scheme 'msmq'
I'm trying to run one of the examples for Shuttle Service Bus but when it is executing the line:
var bus = ServiceBus
.Create()
.SubscriptionManager(subscriptionManager)
.Start()
I'm ...
0
votes
2answers
30 views
Service Bus Topics and NetMessagingBinding
I'm using NetMessagingBinding on a IIS hosted WCF service to consume messages published on a Windows Server Service Bus Topic.
From my understanding there is no limit on message size on Topics for ...
0
votes
1answer
29 views
Azure ServiceBus Retry Delay
I am using the Microsoft Azure ServiceBus for Queue messages using WCF for the subscriptions. I am trying to implement retry logic. I use Peak/Lock to view the message and then have to do some local ...
-1
votes
1answer
42 views
How does Windows Azure Service Bus Queues Duplicate Detection work?
I know that you can set duplicate detection to work over a time period with an azure service bus queue. However, does anyone know whether this works based on the objects in the queue?
So if I have an ...
0
votes
0answers
44 views
Distributed Transactions in Service Bus
Using a Workflow Service it is required that a message gets saved into a database and published into a Windows Server Service Bus Topic. Both operations need to execute in a transaction like ...
0
votes
1answer
28 views
Is there a way to delete a pending message from a Service Bus Queue in Azure?
I am currently queuing messages to be run at a future date with .scheduledEnqueueTime. Sometimes the events that the messages are relaying data about change or are deleted, and when this happens I ...
0
votes
0answers
13 views
Use oauth token provider through configuration
Is there a way to configure the oauth access behaviour in a WCF configuration? I can not make it work. It is very easy in connection strings in a console app, but it is being a nightmare in the WCF ...
1
vote
2answers
65 views
Azure Service Bus File Streaming
I have a little console service running on my server that exposes it's endpoint to an azure service bus namespace. I am using webHttpRelayBinding in Streamed mode. I am using the microsoft sample ...
0
votes
1answer
42 views
service bus 1.0 not showing up in windows platform installer 4.5
I am trying to install Service Bus 1.0 on my developer machine. When i am searching for "Service Bus 1.0" in the web platform installer 4.5, it is not able to find it.
I downloaded .exe file manually ...
0
votes
1answer
35 views
Using Temporary Queues for the Request/Response Pattern in Microsoft Service Bus
The request/response pattern involves sending a message to a broker with a Reply property set to a QueueName to indicate to the receiver what to use for a return path.
All the slideshows I've seen ...
0
votes
1answer
73 views
QueueClient.BeginReceive costs
According to this, I can set even a 24 days long period for the QueueClient.BeginReceive .
As we know, azure service bus is priced by storage transactions. I wonder if i set for example a 10days ...
0
votes
3answers
77 views
What's the proper way to abandon an Azure SB Message so that it becomes visible again in the future in a way I can control?
So the scenario is that I'm using an SB queue to throttle outgoing callbacks to other services. One of the standard problems with calling back to other services is that they may be down for ...
2
votes
2answers
156 views
WCF and Windows Server Service Bus Endpoints
I need to develop a Windows Server Service Bus topic subscriber (yes, Windows Server and not Azure), and in order to abstract away from the reading, start worker thread, ..., cycle and to take ...
0
votes
4answers
163 views
Powershell, Service Bus For Windows Server Programmatically: Command found, module could not be loaded
From C# code I'm trying to retrieve all the namespaces from powershell... (Later more complex things, like creating namespaces)
PowerShell ps = PowerShell.Create();
...
0
votes
1answer
49 views
Can't connect to Windows ServiceBus via HTTPS
I'm trying to connect to a windows service bus using HTTPS. Here is my app config setting:
<appSettings>
<add key="Microsoft.ServiceBus.ConnectionString" ...
0
votes
2answers
66 views
Does service bus have Task bases API
I just want to know, does service bus support async programming.
Can I use Async/Await in service bus?
How should I do that?
Does there any samples for that?
Thanks.
0
votes
1answer
90 views
Service Bus for Windows Java? [closed]
We are evaluating Service Bus for Windows Server 1.0 for use as an on-site Service Bus and are really liking how easy it is to install, configure, manage, etc, and developing .NET applications that ...
1
vote
0answers
111 views
Service Bus for Windows 1.0 error
I've started investigating the Service Bus for Windows 1.0 to create a local Service Bus for our applications and I followed the example shown here for my first attempt at using the bus: ...
1
vote
1answer
70 views
NServiceBus on Azure which transport binding to use?
What are the pros and cons of using AzureServiceBusMessageQueue vs. AzureMessageQueue?
I understand that there are differences between these 2 transport bindings on Azure alone, such as message size, ...
1
vote
1answer
47 views
NetMessagingBinding polling interval and concurrecy
I'm implementing Service Bus client to receive queue messages and need to estimate monthly charges for the usage.
Based on what I read I can control polling directly by using QueueClient
or I can ...
0
votes
4answers
70 views
Would you have logging as a separate service when using Service Bus implementation?
Using a service bus implementation.
When an email is read by a particular user we raise an event that the email has been read.
We have a subscriber that then picks up on this event when it is raised.
...
0
votes
3answers
105 views
Azure Service Bus Serialization Issues [C# / JAVA]
I have some problems with serialization in c# and java cross platform:
We have 2 apps using ServiceBus, a C# one and a JAVA one. Lets say C# is in charge of publishing data to a queue / topic and ...
1
vote
3answers
100 views
Service Bus Brokered VS Relayed Messaging
I have a question that is confusing me what are the differences between the types of service bus, the brokered messaging and the relayed messaging? I am not looking for it from the development ...
0
votes
2answers
54 views
Azure Service Bus - Own hosting
Can I use the same service bus Azure uses and host it in my own environment? If not what service buses are simple and effective and work well with low latency/bandwidth?
0
votes
2answers
16 views
Calling service bus running on cloud from my local application
How can i call service bus running on cloud from my local application.If there is some demo then please share the link
1
vote
2answers
59 views
How to setup Azure Content Based Routing by Convention?
Is there anyway for azure to route messages to appropriate handler/operation/subscriber based on the message type?
In NServiceBus, when an event is publishedd, only subscribers that can handle the ...
1
vote
0answers
65 views
Integration of Azure Service Bus messages between C# and PHP
Going over development notes from Microsoft for PHP Azure bus, I see PHP bus library has $message->getBody(), where as C# library has message.GetBody<T>(); and expects a type.
How would we ...
1
vote
1answer
119 views
How to handle message body types on Azure Service Bus
I was writing some test code when after changing the azureRxMessage.GetBody type from int to string, I was getting the error azure "Expecting element 'string' from namespace ...
0
votes
2answers
112 views
Why Azure Service bus doesnt work when accessed by two worker roles?
I am using service bus to communicate between web role and worker role, but it has been giving me some erratic results. I have deployed my cloud project to azure. So surprisingly when i run just the ...
0
votes
2answers
121 views
Socket error sending message to Service Bus 1.0 queue
I'm following this tutorial, and I keep getting an exception calling QueueClient.Send().
First off, here's my connection string setting in the App.Config (with {computername} replaced by the actual ...
0
votes
1answer
43 views
Outgoing data Service Bus for Windows Server
For the Service Bus for Windows Server performance counters are available for the number of incoming and outgoing messages per second. But a performance counter for the average incoming or outgoing ...
1
vote
2answers
196 views
Azure ServiceBus & async - To be, or not to be?
I'm running Service Bus on Azure, pumping about 10-100 messages per second.
Recently I've switched to .net 4.5 and all excited refactored all the code to have 'async' and 'await' at least twice in ...
2
votes
1answer
67 views
Receiving Non-Null Messages when receiving from empty Azure ServiceBus Queue using Java SDK
When retrieving messages from an SB Queue using the Java SDK (0.4.1), a non-null ReceiveQueueMessageResult is returned even if the Queue in question is empty. Calling getValue() on that result returns ...
2
votes
2answers
157 views
Service Bus 1.0 for Windows Server Transaction/Error Handling
I'm sure I'm not the first to say it, but there's a severe lack of documentation on the finer points of Service Bus 1.0 for Windows Server out there... I'm hoping some of the MS insiders can help ...
0
votes
0answers
45 views
Microsoft.ServiceBus InvalidOperationException 0xe
I received several of these exceptions when trying to use Azure queues with a high load. The code has been tested before, and several queues were created without issue, however I received a lot of ...
0
votes
1answer
40 views
Windows Service Bus Point-to-Point Communications to Reduce Broadcasts
I am using Windows Service Bus 1.0 to communicate between different processes, each context event stream exists on the bus as a topic.
Using the service bus to link events between bounded contexts I ...
0
votes
1answer
324 views
40400: Endpoint not found - Windows Service Bus
I am running on premise Windows Service Bus 1.0 and I am getting the exception MessaingEntityNotFoundException 40400: Endpoint not found.
Is this because the queue is not created? I cant see anywhere ...
0
votes
1answer
54 views
Is same process subscription not possible in Rebus
I am trying to use Rebus as internal bus within the same process/AppDomain.
I have modified the Pub/Sub sample and added a SameProcessHandler:
class SameProcessHandler : ...
1
vote
1answer
165 views
Message bus integration and resync of Bounded Contexts after downtime - Service Bus 1.0
I have just downloaded joliver eventstore and looking to wire up a service bus with Windows Service Bus 1.0 for an application separated across more than one Bounded Context process.
If a bounded ...
3
votes
4answers
140 views
Microsoft Service Bus on a Windows Workgroup
I just started playing with Microsoft Service Bus. Now my personal challenge is that I'm doing this after hours, on my own time, etc, which means I am using VMs and Non-Domain pcs. These guys are ...
0
votes
1answer
152 views
Send message to Service Bus Queue via REST and receive message via TCP?
I have a Azure Service Bus queue. I am wanting to use the REST API to post a message to the queue but use an IIS hosted, WCF service using netMessagingBinding to receive the message.
Does anyone have ...
1
vote
1answer
102 views
Pub/sub with durable messages with Rebus
I need a way to publish messages to unknown number of subscribers. The messages should be durable/persisted and categorized into three priorities (high, medium and low). One of the subscribers can ...
1
vote
1answer
39 views
Simulating a transient error for Service Bus
I'm writing an application which will use the Azure Service Bus. For local development I'm using Windows Server Service Bus to provide the same services (the code to use either is identical).
I want ...
1
vote
1answer
137 views
Protocol Violation - Verb does not allow content type
This is a small part of a routing application that takes in a HTTP GET/POST request from a Azure ServiceBus endpoint, brings it down via the relay channel to my local workstation, where I rewrite the ...
1
vote
1answer
121 views
Windows Service Bus - Multiple Receivers
I am playing around with Windows Service Bus (Not Azure) which I installed on my local machine. I followed the example here but swapped out for my local instance: ...
3
votes
1answer
70 views
304 response in Azure Service Bus relay
I have a request that contains a If-None-Match header that I then compare to the calculated response on the service. If they match and the response hasn't been modified since last I return an empty ...
3
votes
2answers
134 views
Azure Service Bus Queue ScheduledEnqueueTimeUtc Delayed
I am encountering an odd problem. I have a cloud service A that puts messages into a service bus queue for another cloud service B to read. Cloud service B can take about a second to process what it ...
0
votes
2answers
64 views
Synchronize access of queue workers
I'm currently writing a service which crawls DotA 2 matches using the Steam Web API. Because I want my solution to be scalable, I want to allow the crawling jobs to be buffered and processed ...
1
vote
0answers
89 views
How to get the unprocessed message count from a Windows Service Bus Subscription?
I'm working on a system that needs to auto scale worker processes which pull messages from a service bus topic for processing.
To do this I need to know the number of unprocessed messages for a given ...



