Questions related to the 3rd version of NServiceBus may have this tag.
Questions tagged [nservicebus3]
64 questions
0
votes
1 answer
Where does MaxRetries on error setting go in NServicebus 3
With NServiceBus 3 the location of the config for the error queue has moved from
MsmqTransportConfig to MessageForwardingInCaseOfFaultConfig, however im not sure where the other properties specified on MsmqTransportConfig such as MaxRetries should…

undefined
- 33,537
- 22
- 129
- 198
0
votes
1 answer
Is there a fluent way of defining error queue in Nservicebus 3
I'm wondering if I can define the location of the error queue for my application using the fluent (Configure.With()) syntax?
Note this has changed in nservicebus3 to be configured via MessageForwardingInCaseOfFaultConfig

undefined
- 33,537
- 22
- 129
- 198
0
votes
1 answer
How to configure NserviceBus with AzureStorageQueueTransport and Azure Storage account which is having private access level
We are using NserviceBus with AzureStorageQueueTransport & storage account with public access but now we have to use Azure Storage account which is having private access level.
Is there any way to create a SAS token and append while creating…

Jagadeesh B
- 15
- 5
0
votes
1 answer
Exclude specific nservicebus host handlers (classes) in version 3.x
I have an NServiceBus host that is subscribed to some event and has its own handler (#1). This host also has a reference to an assembly which contains another handler (#2) for the same event. I want to exclude handler #2 from NServiceBus…

Dzianis Yafimau
- 2,034
- 1
- 27
- 38
0
votes
1 answer
NServiceBus and NHibernate EventListeners running on different threads
What I am trying to achieve is my website raises a message and puts it on the bus, a service picks it up and writes to the database with auditing that automatically populates the AddedBy/UpdatedBy field of the row.
I do this by using the NServiceBus…

Morgan
- 76
- 8
0
votes
0 answers
Weird intermittent error occures while sending messages using NServiceBus
We are seeing very strange intermittent error in our logs with the NServiceBus code stack trace
NServiceBus version that we are using is 3.3.4
Here the stack trace of the error:
System.ArgumentException: An item with the same key has already been…

Eugen Gorgan
- 11
- 4
0
votes
0 answers
No instances in NServiceBus Performance Counters
I've tried everything I can think of but I can't get NServiceBus performance counters to work.
NServiceBus version: 3.2.8
I've installed the Performance Counters using the NServiceBus.Unicast.Monitoring.PerformanceCounterInstaller from the 3.2.8…

Jason Duffett
- 3,428
- 2
- 23
- 23
0
votes
2 answers
What is the Performance impact of using BinarySerializer over XmlSerializer in NServiceBus
I am on an optimization of improving performance and I have found that certain messages, not necessary large in size but complex in structure, takes more time to get received at handler after sending, about 3 seconds between end point running in…

Joe Pattom
- 21
- 4
0
votes
1 answer
NServiceBus.Host.exe timeout and logging configuration - Configurable through NServiceBusHost.exe.config
I have an issue with NServiceBusHost.exe.
Currently I am running a NServiceBusHost.exe as a windows services and am receiving timeout exceptions, as shown here:
Microsoft Service Trace Viewer output:

Jean-Paul Berthelot
- 53
- 1
- 1
- 5
0
votes
1 answer
Web application not subscribing to NServiceBus events
We have an ASP.NET MVC application that currently sends commands to a NServiceBus (v3) service.
The service publishes events that we need to subscribe to within the web application so that we can display real time notifications to our users.
The bus…

Ben Foster
- 34,340
- 40
- 176
- 285
0
votes
1 answer
No message serializer has been configured
Upgrading from version 3 of nservicebus to version 4, and receiving the following error message
"No message serializer has been configured."
stack trace:
at NServiceBus.Unicast.UnicastBus.ValidateConfiguration() in…

Adam
- 432
- 5
- 16
0
votes
1 answer
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 using the accepted answer. The problem is that…

ton.yeung
- 4,793
- 6
- 41
- 72
0
votes
1 answer
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
NServiceBus version 3
StructureMap
The…

ton.yeung
- 4,793
- 6
- 41
- 72
0
votes
2 answers
NServiceBus - Server is throwing empty message warning to the console
2013-03-28 10:18:32,374 [Worker.5]
WARN NServiceBus.Unicast.UnicastBus [(null)] <(null)> -
Received an empty message - ignoring.
I have a client that bus.send("server", command) going from an mvc4 website to a message processor. The message…

ton.yeung
- 4,793
- 6
- 41
- 72
0
votes
1 answer
NServiceBus with RavenDB api-keys
I am trying to setup NServiceBus 3.3.5 to use centerlized RavenDB instead of running RavenDB on every application server. I am able to use NServiceBus.Persistence with Windows username/password and it works. However, I would like to use APIKeys if…

amit_g
- 30,880
- 8
- 61
- 118