Skip to content

Instantly share code, notes, and snippets.

@davidroberts63
Created September 14, 2012 18:12
Show Gist options
  • Save davidroberts63/3723644 to your computer and use it in GitHub Desktop.
Save davidroberts63/3723644 to your computer and use it in GitHub Desktop.
Superb NServiceBus exception message
'InputQueue' entry in 'MsmqTransportConfig' section is obsolete.
By default the queue name is taken from the class namespace where
the configuration is declared. To override it, use .DefineEndpointName()
with either a string parameter as queue name or Func<string> parameter
that returns queue name. In this instance, 'Sample.UI' is defined as queue name.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment