Questions tagged [rhino-esb]
13 questions
106
votes
4 answers
nServiceBus vs Mass Transit vs Rhino Service Bus vs other?
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 each of the above frameworks? What are the advantages…

mwjackson
- 5,403
- 10
- 53
- 58
3
votes
3 answers
MSMQ: do 2 servers need to be in same domain to be able to access private queues?
As the title says - i have 3 servers:
server-1 [wcf services]
server-2 [wcf services]
server-3 [esb using rhino.esb]
So -
server 1 publishes message to server-3 esb
server 2 subscribes to messages from server 1 via server-3 esb
do they all need to…
user156888
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
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
1 answer
Is there any way to "bridge" 2 different ESB (Enterprise Service Bus) implementations?
Let's say I have 2 application domains. Domain A is using NServiceBus. Domain B is using RhinoESB. Is there any way to connect the 2, so that i can send messages from Domain A to Domain B?

babblingape
- 13
- 3
0
votes
1 answer
Rhino.Esb "Could not find no message owner for "
I have some services which i want to be able to publish and subscribe to messages from.
I have a backend bus console app which has the following configuration:
user156888
0
votes
1 answer
Using NHibernate to update status table during long running process
I have inherited a project that implements multiple long running processes. Each of those processes update a status table that is then reflected on the UI via ajax polling. These process are running in a background application that uses Rhino…

Joe Young
- 1,076
- 1
- 14
- 27
0
votes
1 answer
Rich UI capabilities of ESB
We considering various opensource ESBs such as Mass transit,Rhino ESB,Apache Synapse and NserviceBus etc.Can some one share the UI capabilties of these service busses? Are these ESBs have graphical User interfaces? or which of these ESBs is provides…

user2044374
- 307
- 3
- 12
0
votes
1 answer
Rhino ESB publish/subscribe backend
I have 2 applications, Desktop app the clients use, Win Service that does the backend processing. I want to be able to trigger the backend processing via a message using Rhino Service Bus. This message may come from the client app, it may come…

Ryan Langton
- 6,294
- 15
- 53
- 103
0
votes
1 answer
Rhino ESB Publish message to self
Using Rhino Service Bus. I have a backend app that handles processing, and have another app (the client UI) that publishes messages to the back end. I have a Saga on the back end during which I want the saga to publish messages to itself, breaking…

Ryan Langton
- 6,294
- 15
- 53
- 103
0
votes
1 answer
Accessing WinForm UI from Rhino Service Bus consumer
I have a WinForm screen that is also a message consumer (using Rhino ESB). If I try to update anything on the screen when I receive a message, nothing happens. A call to Invoke gives me an error that the handle is not created. The form is…

Ryan Langton
- 6,294
- 15
- 53
- 103
0
votes
0 answers
Why does a message get dispatched to all Sagas?
I'm using Rhino Service Bus and I've two sagas, SaveCustomerSaga and a ProcessReceiptSaga both of these operations send UpdateInvoicesCommand to a standard message consumer. Neither of the Sagas are completed until the Invoices have been updated.…

Aaron
- 579
- 1
- 4
- 12