NServiceBus is a highly pluggable, reliable, open source Enterprise Service Bus built on .NET.
1
vote
2answers
40 views
SignalR and NServiceBus in a WebFarm
I am trying to understand if/how this works.
Can SignalR and NServiceBus be used together to support full duplex on a web farm where the request could be sent from a server then later the response ...
0
votes
1answer
33 views
HttpContext.Current is NULL in NServiceBus MessageMutator
I have a problem with HttpContext.Current being NULL using NServiceBus decoupling front-end (MVC) and back-end (Azure WorkerRole).
I’m using IMutateTransportMessages to intercept outgoing and incoming ...
1
vote
1answer
23 views
NServiceBus service runnin on custom account
We are currently having some issues running a NServiceBus (3.3.7) service on an account that is not LocalSystem. It seems to have issues contacting RavenDB for saga access. We are currently getting an ...
2
votes
0answers
59 views
Container not disposing transient components
I'm not sure whether this is more of an NServiceBus issue, a Windsor issue, or just my own stupidity problem - but I'm experiencing a memory leak which seems to point to lots of transient components ...
0
votes
0answers
21 views
App.Config MessageEndpointMappings not working in NSB 3.3.8
In version 3.2.6 of NSB I had my endpoints mapped in my app config like this:
<UnicastBusConfig>
<MessageEndpointMappings>
<add Messages="Foo.Bar.Baz1, Foo.Interfaces" ...
0
votes
1answer
21 views
Unit testing NServiceBus handler's handling of reply to its send
I have a handler which, when it handles some event, sends a request and, depending on the reply, might publish an alert. I'm trying to test this using the NServiceBus Testing framework, but can't ...
1
vote
1answer
38 views
Why configure with Sagas()?
Why is it necessary to configure with Sagas()? I ask because I had been running a saga with raven persistence for the last few months before I noticed the Sagas() is not in the configure.with, in fact ...
1
vote
1answer
33 views
Can you share Azure storage account for NServiceBus Sub Storage, DataBus and Saga?
How does NServiceBus reserve the storage on Azure for the purposes of Subscription storage, Databus and Saga?
Do I need a separate account for each of the NServiceBus hub in my solution or can they ...
0
votes
0answers
14 views
NServiceBus WinForm pub/subrror
ErrorInfo:
Cannot publish on this endpoint - no subscription storage has been configured. Add either 'MsmqSubscriptionStorage()' or 'DbSubscriptionStorage()' after 'NServiceBus.Configure.With()'.
...
0
votes
1answer
17 views
how does nservicebus saga holds the data when using timeouts and when firing up after the timeout how does it maintains the corelation
I have got saga and due to some requirement we need to process the messages further down with a delay.
I am thinking of using the timeout.
I was wondering how would saga come to know which message ...
0
votes
2answers
39 views
NServiceBus 3.3.5 “Could not load file or assembly” in subfolder
We use NServiceBus.Host.exe to host our service and the assembly for our endpoint is located in the same folder with NServiceBus.Host.exe. Under the main folder we have a subfolder containing ...
1
vote
1answer
38 views
How to verify multiple actions in NServiceBus Handler
I have a handler that needs to send a local message on every instance of an entity retrieved from a repository. The callback passed to NServiceBus.Testing.Handler<>::ExpectSendLocal() only gets ...
1
vote
1answer
45 views
NServiceBus 4 (RC1) - ReflectionTypeLoadException
what is the best way of troubleshooting this issue?
obviously "try… catch" in the endpointconfig (as something like below)
can't help, because the exception occurs earlier.
this seems so basic,but I ...
0
votes
0answers
36 views
Could not load type 'NServiceBus.Unicast.Subscriptions.ISubscriptionStorage' from assembly 'NServiceBus.Core, Version=4.0.0.0,
I am getting this error while trying to use NService 4.0 beta in my project
here is my configuration
public void Install(IWindsorContainer container, IConfigurationStore store)
{
...
0
votes
1answer
32 views
Property injection not working when using StructureMap and NServiceBus
I've installed the NServiceBus.StructureMap package from NuGet and property injection is no longer working on my Sagas. Here's my configuration code (using the generic host):
public class ...
0
votes
0answers
57 views
NServiceBus Exception Handling, Using IManageUnitsOfWork + INeedInitialization
I'm using IManageUnitsOfWork, and the End method (public void End(Exception ex)) checks if there is any exception. If there is, a rollback is performed.
Now, I wanted to avoid returning the message ...
0
votes
1answer
41 views
NServiceBus - Unable to send message
I followed the Getting Started With NServiceBus - Code First Article and when I attempt to send a message from the Client application (NServiceBusDemo.Client) I get the following exception:
...
0
votes
1answer
42 views
Document Processing - a case for a Saga?
Part of the application I am working on involves the download of emails containing attachments, detecting a barcode in each attachment, scanning it for an identifier and using the identifier to insert ...
0
votes
3answers
46 views
Mixed transports in NServiceBus 4.0
I'm currently working on a project that combines Java and .NET systems. The communication between the two is from Java over ActiveMQ to .NET MSMQ using BizTalk as a translator.
I was wondering if we ...
0
votes
0answers
57 views
NServiceBus RabbitMQ Transport and SignalR
I realize that the use of SignalR has nothing to do with NServiceBus. However, I think there's something fundamental about NServiceBus transports for me to learn here. Here's what's happening: when ...
1
vote
1answer
56 views
How to properly implement SignalR in a distributed, SOA environment?
I have a good understanding SignalR Hubs in a client/server scenario, where both the client and server are tightly coupled.
Let's say I have a WCF service that receives an update from some external ...
1
vote
2answers
59 views
Problems integrating NServiceBus with ServiceStack IRequiresRequestContext
I am looking to integrate NServiceBus into an existing ServiceStack web host. ServiceStack is currently using the built in Funq IoC container. NServiceBus has been configured (elsewhere in the system) ...
0
votes
2answers
95 views
NServiceBus saga not working
I have a handler that looks like this:
public class CreateNewUserHandler :
Saga<UncorroboratedCreateNewUser>,
IAmStartedByMessages<CreateNewUser>,
...
1
vote
2answers
44 views
Query all documents when type is unknown
I am working on integration test. As we are using NServiceBus Saga with ravendb as store, for integration test I need to delete all documents in raven store for each test case. Since this a ...
1
vote
2answers
48 views
NServiceBus - access queue on different machine
I have no experience in working with NServiceBus, and I'd like to make sure if my scenario can be achieved. I have two machines: A and B. On machine A there was deployed a component that send messages ...
0
votes
3answers
102 views
Why does it take so long to get through first level retries?
I've just started playing around with NServiceBus on Azure, and for some reason it takes a long time to get through the first level retries when a message handler throws an exception. With retries set ...
0
votes
1answer
48 views
NServiceBus Unicast debugging
I have several websites that push messages to a remote MSMQ (so they can then be published to a list of subscribers). Because the websites don't consume messages -- it's just a send-and-forget set up ...
1
vote
3answers
65 views
Extracting messages from SQL Server Service Broker
How do you extract messages from SQL Server Service Broker please? I'm using nservicebus.
I have messages in my SQL Server Service Broker queue but I'm not sure how to process them.
many thanks,
1
vote
0answers
68 views
NServiceBus message removed from queue w/o a trace
I created a new NServiceBus for an azure worker role.
The configuration is simply:
NServiceBus.Configure.With(busAssemblies)
.Log4Net()
...
0
votes
1answer
67 views
How to control NServiceBus queue name when hosted on Azure?
For some reason the queue hosted on windows azure is not respecting the .DefineEndpointName() configuration.
The queue name on Azure Bus is always named after the worker role that's hosting it. While ...
0
votes
1answer
53 views
creating a service broker contract permission
I'm trying to create a contract in sql for pushing messages out from sql onto nservicebus (msmq) queues although I'm getting the following error message when executing this code! any ideas why I get ...
0
votes
1answer
24 views
How do I set CurrentMessageContext.TimeSent for testing in NServiceBus?
I'm testing an NServiceBus saga that sends a command. The command has an attribute that tracks the time an action was performed. The handler for the message assigns CurrentMessageContext.TimeSent to ...
1
vote
1answer
41 views
Self-contained or versionable messages?
I'm having some message design head-aches. I want to start up an NServiceBus saga for a long running process. Part of the data needed to do the initialization is a list of constraints, which are ...
0
votes
2answers
98 views
NServiceBus - System.InvalidOperationException: No destination specified for message(s):
I have an Endpoint I have configured ASA_Server. It just processes messages.
I'm getting the following message
System.InvalidOperationException: No destination specified for message(s):
Setup as ...
0
votes
0answers
84 views
How do you fix nhibernate faulting sql connections to the connection pool?
We are running into a lot of hurt with NServiceBus retries and NHibernate. The preconditions are as follows:
Running NServiceBus (3.3) with distributor, nhibernate 3.1
There is a high load of events
...
0
votes
1answer
67 views
nservicebus saga long running process
I have a long running process with four steps. S1, S2, S3, S4. S2 and S3 are running sequential, S1 can run parallel to S2. S4 can run parallel to S1, S2 and S3.
Not all processes need to run ...
0
votes
0answers
59 views
NServiceBus Message sent after third try
I'm using NServiceBus for the first time.
I have a MVC WebApp and a Server (dll). My problem: My server doesn't receive the sent message. OR, my message isn't sent. I get this messages in the output ...
1
vote
0answers
86 views
NServiceBus - Distributor Control Message Errors
We have bought a lot of licenses, done a lot of testing with a lot of promissing results and are on the brink of our first release :).
But now we have hit a big bump on the road, meaning we might ...
0
votes
2answers
104 views
How do I unit test handlers with NServiceBus?
This should be simple and I'm probably missing something. I'm working from here: http://support.nservicebus.com/customer/portal/articles/856297-unit-testing
The following always fails:
...
0
votes
2answers
31 views
When does NServiceBus bootstrap IProvideConfiguration?
New to NServiceBus
I took a little peek into NServicceBus it looks for IProvideConfiguration in its own internal DI container, but I haven't been able to figure out when in the bootstrapping/ ...
1
vote
1answer
73 views
Best ESB/Message Queue for appharbor
I'm currently trying to find the best message queue solution for an appharbor application. Most of the ones of looked at assume you have a windows environment with MSMQ and DTC installed, which I ...
0
votes
1answer
173 views
ASP.NET MVC4 NServiceBus Attribute/Filter StructureMap
I'm having issues getting an instance of IBus in an action filter (attribute).
From Setting IBus Property in MVC Filter, I know that DI and action filters don't play nice, and I got them play nice ...
0
votes
2answers
109 views
Setting IBus Property in MVC Filter
I'm trying to send a command from a filter in my MVC4 project to my command processor.
The problem:
I can't get an NServiceBus instance in the filter to fill.
The components:
ASP.NET MVC 4
...
0
votes
1answer
45 views
NServiceBus subscribers without a local message queue - is this possible?
I want to create a desktop client app that listens to an NServiceBus. The client has no rights on the local machine, so no local message queue access. It doesn't matter if the client misses some ...
0
votes
1answer
93 views
looking for an nservicebus example with subscriptions
I've followed the following tutorial and I've succesfully seen the console update saying what it expects although looking at the actual queues I cannot see any subscriptions or messages being passed ...
1
vote
1answer
71 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, ...
0
votes
1answer
43 views
How do I include the computer's domain name in the NServiceBus ReplyToAddress?
I'm using NServiceBus with MSMQ and I'm trying to send a message from a computer in one domain to another computer in a different domain. A trust exists between the two domains.
The two computers can ...
1
vote
0answers
50 views
many Distributors to many workers
We're a licensed product using NServiceBus as the messaging framework in our federated system.
Looking for opportunities for using it in a new feature-
Is there a way to build a multi-site system ...
0
votes
1answer
25 views
NServiceBus: The format of the URI could not be determined
NServiceBus version: 2.6.0.1505
NServiceBus doesn't like my WCF and OData service references.
They have been unit tested in different environment and are used in different systems successfully ...
0
votes
3answers
60 views
Is there a global exception handler for NServiceBus?
The current advice on handling exceptions in NServiceBus is to use the built in facilities. Errored out messages go to the error message queue, and a log is written to disk.
But what if I want to ...

