Questions tagged [rhino-servicebus]

Rhino service bus is a developer-friendly service bus for .NET

Rhino service bus is a developer-friendly service bus () for .NET

26 questions
3
votes
1 answer

Getting started with rhino service bus

I've read a lot of examples/tutorials (incl. Ayende's Alexandria on MSDN). But just getting somewhat updated assemblies have proven to be an obstacle in itself. After getting the correct version of Castle.Windsor - it cannot find the correct…
Goblin
  • 7,970
  • 3
  • 36
  • 40
3
votes
2 answers

Use Rhino Service Bus on ASP.NET website with Ninject

I will like to add Rhino Service Bus to my ASP.NET web application but using Ninject as the DI Container. So far all examples I keep seeing use Castle Windsor which I don't want to use since we already use Ninject. Are there any tutorials out there…
Soni Ali
  • 18,464
  • 16
  • 44
  • 53
2
votes
2 answers

How to configure Rhino Service Bus RemoteAppDomainHost programmatically?

I see a way to configure the DefaultHost with BusConfiguration(), but do not see a way to configure the RemoteAppDomainHost programmatically (without using a rhino.esb config file section).
Randy Klingelheber
  • 947
  • 2
  • 9
  • 16
2
votes
0 answers

How to send a msmq message to a remote host? (Rhino ServiceBus)

in the course of writing a robust message infrastructure on a windows network, i've decided to use a service bus on top of msmq; since i wanted to keep the overhead at a minimum i went with Rhino Service Bus. What i have in mind is that any client…
samy
  • 14,832
  • 2
  • 54
  • 82
2
votes
0 answers

Getting RhinoServiceBus to play nicely with PRISM/Unity

I just spent the last 48 hours trying to make the above happen and while I think Rhino Service Bus is fabulously useful their documentation leaves a lot to be desired. Having solved the problem I was facing I thought it might be useful for others to…
Ian Carson
  • 139
  • 1
  • 10
2
votes
1 answer

Best ESB/Message Queue for appharbor

I'm currently trying to find the best message queue solution for an appharbor application. Most of the ones of looked at assume you have a windows environment with MSMQ and DTC installed, which I don't believe the appharbor environment provides. I…
flukus
  • 996
  • 8
  • 18
1
vote
2 answers

Does Rhino Service Bus handle individual User responses?

I'm trying out Rhino Service Bus from an ASP.NET MVC client and not sure if it has a built in facility for User responses. In the Alexandria smart client example IServiceBus.Reply will work naturally as each user will have a different IP for their…
Idle Mach
  • 51
  • 2
1
vote
1 answer

Rhino Service Bus with "Store and Forward"

Is it possible to use Rhino Service Bus with Rhino Queues in a 'store and forward' configuration? For example, lets say I have two nodes, A and B. If node B is down, I don't want any of the messages that node A is trying to send to B to be lost - so…
Cocowalla
  • 13,822
  • 6
  • 66
  • 112
1
vote
0 answers

Unity Lifetime Mangers for OWIN self hosted Web API

Im migrating a Web API from IIS to self hosting with OWIN and The UNITY lifetime managers are giving me problems. I keep getting "A second operation started on this context before a previous operation completed". We were using…
Black Cupid
  • 125
  • 1
  • 7
1
vote
0 answers

Can Rhino Queues be used in-process?

I need to implement persistent queues for a new solution and have been looking at Rhino Queues. Unfortunately either there is not much documentation available or I am just not looking in the right spots. Can I simply add the Rhino.Queues NuGet…
SonOfPirate
  • 5,642
  • 3
  • 41
  • 97
1
vote
0 answers

Rhino ServiceBus: Sagas with multiple messages

I have a saga that can handle multiple messages like so: public class OrderSaga : ISaga , InitiatedBy , Orchestrates , Orchestrates ,…
Jan
  • 6,532
  • 9
  • 37
  • 48
1
vote
2 answers

Why isn't Rhino.ServiceBus automatically creating all my queues?

I've setup things in a pretty similar way to the blog posts about it but I'm getting an error when at start up about one of the queues. The msmq://localhost/colin_console_queue doesn't get created automatically by my program. I'm fairly sure I'm…
Colin Newell
  • 3,073
  • 1
  • 22
  • 36
1
vote
0 answers

Enable Dead Letter Queue for Rhino Service Bus

I posted this question on the Google groups site, but did not get a response. From what I can tell, by default, messages do NOT go to the dead letter queue. I need to enable this. I see that I can modify the MSMQMessageBuilder class and set the…
Matt M
  • 3,699
  • 5
  • 48
  • 76
1
vote
0 answers

Rhino Service Bus using MSMQ message not recieved at backend

I am trying to get a simple client and backend sending a messages using Rhino Service Bus over two machines. I have managed to get it working using Rhino Queues but when I switch to MSMQ and send the message its not received at the backend. I am…
Faesel Saeed
  • 199
  • 1
  • 15
1
vote
2 answers

Messaging using Rhino Service Bus via MSMQ

I'm just getting started with Rhino Service Bus and I'm trying to relay a message between 2 servers using MSMQ as the transport. For some reason the Rhino client does not receive the message when the backend/host is located on a different server,…
webber
  • 1,834
  • 5
  • 24
  • 56
1
2