| 
  • If you are citizen of an European Union member nation, you may not use this service unless you are at least 16 years old.

  • You already know Dokkio is an AI-powered assistant to organize & manage your digital files & messages. Very soon, Dokkio will support Outlook as well as One Drive. Check it out today!

View
 

Messaging_Architectures

Page history last edited by Phil Dennis 12 years, 11 months ago Saved with comment

Messaging… 

has queue

Idempotency - can handle multiple copies of the same message might use ID to ignore dup messages. Or work may be inherently idempotent (e.g. resizing image)

Messaging systems MSMQ; Azure queues; 

DTC - used with MSMQ to allow for tying the removal of message from queue with the work done against a database.

Use case for James to use messaging: reporting; large amounts of information; expensive work offline;

Mass Transit / NServiceBus on MSMQ

Book: Enterprise Integration Patterns - ? Wolf

Mongo DB as a queue

Where is messaging appropriate

Queue is distinct from messaging.

Long poll on HTTP/Rest

 

 

Comments (0)

You don't have permission to comment on this page.