nservicebus Questions

4

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 Ind...
Dolomite asked 28/6, 2011 at 19:12

3

Solved

I am trying to configure my message endpoint mapping in my NServiceBus configuration by sending messages from different namespaces to different endpoints. As such, I have configured the following ...
Euryale asked 1/4, 2010 at 16:33

1

Solved

One of our agents has a job that runs every 5 seconds, which seems to stop for no apparent reason. There are no exceptions being thrown, another scheduled task, a heartbeat that confirms that the a...
Unfinished asked 19/5, 2014 at 7:36

2

Solved

I'm struggling in solving this architectural problem, Our system is using NService Bus, and Implementing DDD with EventSourcing using NEventStore and NES. The client application is WPF I still ca...
Knobloch asked 27/5, 2014 at 10:37

3

I've downloaded and installed NServiceBus 4.0, but I'm having some difficulty when the bus starts up... 2013-09-18 15:53:40,887 [1] WARN NServiceBus.Persistence.Raven.RavenUserInstall er [(null)]...
Fret asked 18/9, 2013 at 20:7

2

We're seeing an odd issue with some of our code when things go awry - in certain circumstances, the exception message and the stack trace don't match up. We have a number of message handlers with ...
Angelesangelfish asked 25/10, 2013 at 7:36

4

Solved

I am using NServiceBus for the first time and have a small, simple application where a user submits a form, the form fields are then sent to the queue, and the handler collects this data and writes...
Korwun asked 19/7, 2011 at 13:46

5

Solved

Is there any way to use SQL Server as physical message transport instead of using built in MSMQ message transport with NServiceBus ? Thanks
Salade asked 7/5, 2010 at 15:48

1

Solved

What would be the pros and cons of these architectures? By RPC I meant remote procedure call services like WCF, WebServices etc. Then on the other side, there's the more message oriented framewor...
Filemon asked 26/6, 2013 at 18:17

4

Solved

We have a Pub / Sub system based on NServiceBus, where we have intermittent issues with messages getting stuck on the Publishers outgoing queue indefinitely, rather than being transmitted to the Su...
Cerussite asked 14/12, 2011 at 3:10

3

Solved

I have been working on a CQRS project (my first) for over the last 9 months which has been a heavy learning curve. I am currently using JOliver's excellent EventStore in my write model and using Po...
Elisabeth asked 10/12, 2012 at 11:44

2

Solved

Version pre-3 the recommendation was to run a timeout manager as a standalone process on your cluster, beside the distributor. (As detailed here: http://support.nservicebus.com/customer/portal/arti...
Tourneur asked 5/2, 2013 at 22:19

2

Most if not all of the NSB examples for ASP.NET (or MVC) have the web application sending a message using Bus.Send and possibly registering for a simple callback, which is essentially how I'm using...
Suricate asked 16/1, 2012 at 20:58

4

Solved

Udi mentions here that "people have swapped out the MSMQ layer of NServiceBus and plugged in RabbitMQ in its place". I'm looking to do the same thing with the end goal of being able to run an app ...
Sunglass asked 5/12, 2010 at 23:45

2

Solved

Is there a elegant way of scheduling tasks using NServiceBus. There is one way I found while searching the net. Does NServiceBus give internal APIs for scheduling.
Velites asked 19/7, 2011 at 20:35

0

We are occasionally seeing the error "MSDTC encountered an error (HR=0x80000171) while attempting to establish a secure connection with system [servername]" on our servers. We are using NServiceBus...
Spermatozoid asked 29/11, 2012 at 0:53

2

Solved

The last 6 months learning curve have been challenging with CQRS and DDD the main culprits. It has been fun and we are 1/2 way through our project and the area I have not had time to delve into is...
Goral asked 14/10, 2012 at 8:30

3

Solved

If I understand correctly, I can use nServiceBus as a "framework" and / or a wrapper around RabbitMQ My preference of RabbitMQ is being able to use it on linux machines Background I have an appli...
Catoptrics asked 14/10, 2010 at 14:35

2

Solved

I am trying to use NHibernate to save to a database in the same transaction as sending a message on the bus from inside an MVC application: public void DoSomethingToEntity(Guid id) { var session ...
Oligochaete asked 19/9, 2012 at 12:42

1

Solved

I am new to NServiceBus and am trying to develop a publisher and separate subscriber (I’m using v3.2.0.0) which, so far, is sort of working ok – both the publisher and subscriber are running in NSe...
Kantianism asked 5/9, 2012 at 14:14

4

Solved

Just doing some quick spikes into possibly using a messaging system to process files that are in a nicely decoupled work flow system. What are the pro's and cons that people have found of using ea...
Muffin asked 21/10, 2009 at 15:13

1

Solved

Would someone be able to shed some light on the differences between the newly release Windows ServiceBus (on premise, not Azure) and NServiceBus? Looking for a detailed answer what the windows SB ...
Linkoski asked 17/7, 2012 at 16:37

1

Solved

What exactly is the difference between workflows and sagas? What are the pros and cons of each? Thanks!
Nitty asked 21/6, 2012 at 0:58

1

Solved

This is how you supposed to inject dependencies for your NServiceBus handler to test it: Test.Handler<YourMessageHandler>() .WithExternalDependencies(h => h.Dependency = yourObj) (http:/...
Catlin asked 8/6, 2012 at 21:40

3

What is the optimal way to configure/code NServiceBus to delay retrying messages? In its default configuration retry happens almost immediately up to the number of attempts defined in the configur...
Alfonso asked 16/2, 2010 at 4:43

© 2022 - 2024 — McMap. All rights reserved.