I’m trying to learn Rhino Service Bus. I’m using the samples from Learning Rhino Service Bus link (http://github.com/BjRo/ LearningRhinoServiceBus).
I’m having an issue with getting reply messages sent back to the caller. The example that I’m talking about is E5_Sagas_using_MSMQ_as_transport. The customer publishes NewOrder, cashier consumes it (publishes PrepareDrink and replies back with PaymentDue). In my case, Barista gets the PrepareDrink event, cashier replies back with PaymentDue, but the Customer doesn’t receive that message. The customer then times out after waiting for 30 seconds. There is a similar sample in Rhino-esb samples. I ran the sample, and I observe the same behavior. Am I missing anything? -- You received this message because you are subscribed to the Google Groups "Rhino Tools Dev" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rhino-tools-dev?hl=en.
