Skip to content
brigs edited this page Apr 5, 2013 · 6 revisions

Common errors experienced during our experimentation with nservicebus.

  1. No destination specified for message(s): Contracts.PlaceOrder
    • the message class did not implement IMessage.
  2. No messages are ever received
    • ravendb service did not run. It turns out a different service was running on port 8080 on the respective machines.
  3. Unable to find input queue quename@machinename.
    • The queues are normally created by NServiceBus if they are missing. However, if this fails they need to be created manually.

Clone this wiki locally