Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This chapter introduces various endpoint patterns and how each can be simulated using WSO2 ESB.

Image Removed 
Image Added

How to encapsulate access to the messaging system from the rest of the application.



 Messaging MapperHow to move data between domain objects and the messaging infrastructure, while keeping the two independent of each other.
Image Removed
Image Added

Transactional Client

How a client controls its transactions with the messaging system.

Image Removed
Image Added

Polling Consumer

How an application consumes a message when the application is ready.

Image Removed
Image Added

How an application automatically consumes messages as they become available.

Image Removed
Image Added

Competing Consumers

How a messaging client processes multiple messages concurrently.

Image Removed
Image Added

Message Dispatcher

How multiple consumers on a single channel coordinate their message processing.

Image Removed
Image Added

Selective Consumer

How a message consumer selects which messages to receive.

Image Removed
Image Added

How a subscriber avoids missing messages while it is not listening for them.

 



 
Idempotent Receiver
How a message receiver deals with duplicate messages.
Image Removed
Image Added

How an application designs a service to be invoked via both messaging and non-messaging techniques.

...