Questions tagged [nservicebus6]

19 questions
0
votes
2 answers

How does Nservicebus handle nested containers on structuremap?

TL;DR; some property is not being injected into a service when it should. How does Nservicebus handle nested containers on structuremap? Hey guys new here. I'm currently upgrading our project to NSB6. I have a couple of question on dependency…
Gustavo
  • 531
  • 6
  • 20
0
votes
1 answer

NServiceBus 6.2 losing messages with RabbitMQ

I'm using NSB version6.2 and RabbitMQ version 4. I'm using RabbitMQTransport. My RabbitMQ server is in a virtual machine in Azure. when I send messages, sometimes I'm losing messages without any error. this is my NService Bus configuration. …
Fereshteh Rabet
  • 191
  • 2
  • 18
0
votes
1 answer

Upgrade NServiceBus 5 to 6

I have an error after upgrading Nservicebus from version 5 to 6. This happening before calling Customize method in my MessageEndpoint. My MessageEndpoint inherited from IConfigureThisEndpoint, AsA_Server API restriction: The assembly…
Fereshteh Rabet
  • 191
  • 2
  • 18
0
votes
2 answers

How do I use AzureStoragePersistence and Outbox at the same time?

So I was moving my NSB setup off of SQL server and onto azure service bus and figured I might as well use azure storage for persistence as well. I'm unclear on how to set this up because I'm also using outbox and I can't use azure storage with it.…
Sinaesthetic
  • 11,426
  • 28
  • 107
  • 176
1
2