Book Image

MASTERING NSERVICEBUS AND PERSISTENCE

By : Richard L Helton
Book Image

MASTERING NSERVICEBUS AND PERSISTENCE

By: Richard L Helton

Overview of this book

Table of Contents (15 chapters)
Mastering NServiceBus and Persistence
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

NSB in the mobile world


While, one day, there may be the possibility of using MSMQ on the Windows Phone operating system or using RabbitMQ queues and MySQL inside Android devices as native applications, it may not seem practical as ESBs handle backend processing. These may be possible features for running NSB on the phone, but the purpose of NSB is to establish an SOA through the use of a C# ESB.

With the rise of different operating systems on the phones, be it iOS for the iPhone and iPad, or be it Java Android for the Android phones and the Windows Phone and tablet operating systems, many developers are turning towards "write-once run-anywhere". This is a tagline used for the Java programming language, the Mono development platform from Xamarin to use C# on different systems, to more recently the use of writing games for the web browser using HTML5 and PhoneGap. In HTML5, many of the native capabilities of mobile devices are available. In PhoneGap, you can tap into more native mobile phone...