Questions tagged [nservicebus4]

NServiceBus is a highly pluggable, reliable, open source Enterprise Service Bus built on .NET.

NServiceBus is a highly pluggable, reliable, open source Enterprise Service Bus built on .NET.

85 questions
0
votes
1 answer

NServiceBus Configuration with Custom Container

I am trying to re-use the service registrations in an assembly that I use through a few services in my solution. I follow the example listed from the NServiceBus website to implement the solution. When following that, unless I add the…
Flea
  • 1,490
  • 2
  • 19
  • 43
0
votes
1 answer

nservicebus 4.03 how do you setup publisher/subscriber?

how do we setup publisher where the subscription information is stored in the DB? What all do you need in the configs of publisher and subscribers??
Miral
  • 5,968
  • 16
  • 57
  • 85
0
votes
1 answer

Message marked as IAmStartedBy routed to existing Saga instance

I'm planning to handle some of the business processes by use of Sagas. The end of business process may mark beginning of another instance of the same process, which I'm planning to handle through new instance of the Saga. I have following sample…
Andrei S
  • 1
  • 2
0
votes
1 answer

NServiceBus saga not handling messages on azure

I'm getting strange behavior of working NServiceBus sagas deployed on azure cloud service. They never get replied message, never wake up... although if it's deployed locally everything works fine, also sagas works correctly when it's on WebApi cloud…
0
votes
1 answer

Can i implement timetolive on nservicebus sagas?

I have got a saga which touches 6 different endpoints and saga is sort of workflow. Is there anyway i can setup some timeout which gets executed and if the process is not over I will like to end that saga and do something???
Miral
  • 5,968
  • 16
  • 57
  • 85
0
votes
1 answer

NServiceBus Distributor Worker creates a new worker queue

I was playing with Distributor/Worker but while i was restarting the application it was creating a new Worker queue everytime with a unique id. any clue?? and what is best place to understand more about distributor/worker and their configuration.
Miral
  • 5,968
  • 16
  • 57
  • 85
0
votes
1 answer

NServiceBus ServiceInsight, couldnt see message flow

I am using NServiceBus 4.0.3 and I thought of using ServiceInsight, I can see the queues but cant see the workflow. Not sure if I need to configure anything.
Miral
  • 5,968
  • 16
  • 57
  • 85
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

NServiceBus 4 release date

I read about a great NSB4 feature to store raw XML files in a messages. When is NSB4 released and what other features are in the pipeline?
Steffe
  • 348
  • 3
  • 16
-3
votes
1 answer

Compressing headers

We're using NServiceBus 4.6 with SQL Server transport (2012). The SQL Server database is set up for high availability using Availability Groups. Our DBAs are complaining about the amount of "churn"a we have happening in the transport database, and…
Damien_The_Unbeliever
  • 234,701
  • 27
  • 340
  • 448
1 2 3 4 5
6