Thanks for the response. I'll look into both of those options. Back on AppFabric Service Bus or Amazon SQS are they ill suited as a transport within the .NET toolkits (RSB, NServiceBus, MassTransit)? Or would they generally be used in conjunction with the others (for example writing to a local bus which then gets transferred to the internet bus.)
Thanks, Nathan Palmer On Sat, Aug 21, 2010 at 1:45 PM, Udi Dahan <[email protected] > wrote: > Nathan, > > Seeing as no-one's chimed in yet... > > For connecting geographically distributed sites, you can look at using a > VPN > and then MSMQ will work just fine. > In the cases where you can't set up a VPN, you can also consider setting up > MSMQ HTTP. > > With NServiceBus, we've got an additional process (called the gateway) that > handles the cross-site HTTP-based communication adding message integrity > checks and retries needed for that unreliable network. > > Cheers, > > -- Udi Dahan > > > -----Original Message----- > From: [email protected] > [mailto:[email protected]] On Behalf Of Nathan Palmer > Sent: Thursday, August 19, 2010 11:33 PM > To: Rhino Tools Dev > Subject: [rhino-tools-dev] Rhino ESB with AppFabric? > > We are looking into an internet service bus for a deployment framework > between several disconnected offices and I'm looking through my > options. I know there is the AppFabric Service Bus or Amazon SQS. Has > anyone attempted integration into Rhino ESB and does it make a good > fit? > > Thanks, > > Nathan Palmer > > -- > 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]<rhino-tools-dev%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/rhino-tools-dev?hl=en. > > -- > 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]<rhino-tools-dev%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/rhino-tools-dev?hl=en. > > -- 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.
