Udi/Ayende, That was exactly my concern with the cloud based options. But I still look for that type of an option when a local network or VPN is not available. In some cases I'm simply trying to find a way to push updates instead of the constant pull pattern.
Nathan Palmer On Mon, Aug 23, 2010 at 10:53 PM, Udi Dahan < [email protected]> wrote: > The problem with the cloud based queues is that they don't support > transactions so you wouldn't want to use them directly, instead think of > them as just another kind of http cross-internet transport. > > > > Cheers, > > > > -- Udi Dahan > > > > *From:* [email protected] [mailto: > [email protected]] *On Behalf Of *Nathan Palmer > *Sent:* Monday, August 23, 2010 7:53 PM > *To:* [email protected] > *Subject:* Re: [rhino-tools-dev] Rhino ESB with AppFabric? > > > > 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]<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.
