Click here to Skip to main content
15,891,951 members
Home / Discussions / Design and Architecture
   

Design and Architecture

 
GeneralRe: Maintenance vs performance vs security vs data consistency Pin
Pete O'Hanlon12-Mar-13 23:40
mvePete O'Hanlon12-Mar-13 23:40 
GeneralRe: Maintenance vs performance vs security vs data consistency Pin
Bastien Vandamme12-Mar-13 23:58
Bastien Vandamme12-Mar-13 23:58 
GeneralRe: Maintenance vs performance vs security vs data consistency Pin
Pete O'Hanlon13-Mar-13 0:06
mvePete O'Hanlon13-Mar-13 0:06 
GeneralRe: Maintenance vs performance vs security vs data consistency Pin
Bastien Vandamme13-Mar-13 1:12
Bastien Vandamme13-Mar-13 1:12 
AnswerRe: Maintenance vs performance vs security vs data consistency Pin
jschell14-Mar-13 8:14
jschell14-Mar-13 8:14 
GeneralRe: Maintenance vs performance vs security vs data consistency Pin
Bastien Vandamme14-Mar-13 10:13
Bastien Vandamme14-Mar-13 10:13 
QuestionMessaging engine/system for cross platform development Pin
dexterama7-Mar-13 8:07
professionaldexterama7-Mar-13 8:07 
AnswerRe: Messaging engine/system for cross platform development Pin
jschell7-Mar-13 8:54
jschell7-Mar-13 8:54 
Mobiles are typically client applications and client applications might send messages but they don't typically receive them (for good reason.) A client app would send a message by calling a server. Because of that it means that mobiles have nothing to do with it.

Once you eliminate the mobile apps exactly what platforms are you left with?

dexterama wrote:
Secondary is abstracting the messaging away from source specific knowledge,
preferably with an established third party messaging engine.


Messages are data so language is almost never an issue in terms of the message. Typical problems that show up with language is when someone attempts to insert a language data structure into a message stream and doesn't understand that it is being serialized.

Other than that your requirement really says nothing. It doesn't even suggest that you actually need a messaging system.

So you might want to work on some actual business requirements first and then try to find a technology that will meet the needs of those requirements. Be sure to also collect information about volume and expected realistic growth rates for that volume.
GeneralRe: Messaging engine/system for cross platform development Pin
dexterama7-Mar-13 10:10
professionaldexterama7-Mar-13 10:10 
GeneralRe: Messaging engine/system for cross platform development Pin
Eddy Vluggen7-Mar-13 22:48
professionalEddy Vluggen7-Mar-13 22:48 
GeneralRe: Messaging engine/system for cross platform development Pin
jschell8-Mar-13 12:33
jschell8-Mar-13 12:33 
QuestionSync file uploading between servers Pin
nitin_ion28-Feb-13 16:20
nitin_ion28-Feb-13 16:20 
AnswerRe: Sync file uploading between servers Pin
Marco Bertschi14-Mar-13 22:14
protectorMarco Bertschi14-Mar-13 22:14 
Questionmultiple inheritance Pin
ron0123427-Feb-13 21:59
ron0123427-Feb-13 21:59 
AnswerRe: multiple inheritance Pin
Bernhard Hiller27-Feb-13 23:24
Bernhard Hiller27-Feb-13 23:24 
AnswerRe: multiple inheritance Pin
jschell28-Feb-13 10:12
jschell28-Feb-13 10:12 
AnswerRe: multiple inheritance Pin
GuyThiebaut9-Mar-13 8:14
professionalGuyThiebaut9-Mar-13 8:14 
GeneralRe: multiple inheritance Pin
jschell10-Mar-13 6:22
jschell10-Mar-13 6:22 
GeneralRe: multiple inheritance Pin
dusty_dex10-Mar-13 6:51
dusty_dex10-Mar-13 6:51 
QuestionData transfer Pin
benkazy101422-Feb-13 20:46
benkazy101422-Feb-13 20:46 
AnswerRe: Data transfer Pin
Richard MacCutchan22-Feb-13 23:06
mveRichard MacCutchan22-Feb-13 23:06 
AnswerRe: Data transfer Pin
Sandeep Mewara23-Feb-13 2:57
mveSandeep Mewara23-Feb-13 2:57 
QuestionData transfer Pin
benkazy101422-Feb-13 20:41
benkazy101422-Feb-13 20:41 
QuestionMemory management for object growing in size Pin
Dev S21-Feb-13 5:47
Dev S21-Feb-13 5:47 
AnswerRe: Memory management for object growing in size Pin
Richard MacCutchan21-Feb-13 6:35
mveRichard MacCutchan21-Feb-13 6:35 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.