i have a service application configured as subscriber. In particular circumstances the application have to send a message after it have received someting from a publisher.
I have an exsiting application that works fine on a windows 2003 server.I having been moving it to windows 2008r2 and when the application trys to access the queue it gets the below error?The Indentit
Using NService Bus. 2.00.19 (with MSMQ and SQL 2008) We want to import data into our system. The files could be quite la开发者_如何转开发rge so we have Background Processor that will read a message fr
A suite of integration services that use NServiceBus have been dropped in my lap (unfortunately I was not involved in the original implementation and the person who did write the code has left).
Im trying to convert the nServiceBus PubSub .net4 example into vb and I\'m struggling at one point which I think is a language issue but I thought I would ask the开发者_运维百科 experts.
Here\'s the scenario. I am on NServiceBus 3开发者_如何学Go.0.0.1504 (core dll version). I get above warning message when there\'s an exception on one of the handlers. Queues are setup as DTC. The int
I am encountering a race condition when using NServiceBus sagas. The problem is this- I have a class that derives fromSaga, implements IAmStartedByMessages and persists saga data in a sql server. Th
I am playing with custom config for NServiceBus and I am 开发者_Python百科implementing IConfigurationSource.
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines guidelines. It is not currently accepting answers.
I\'m using NServiceBus 2.5 and trying to get a simplified version of the NServiceBus PubSub sample working with the distributor. The simplification: