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 RemovedImage Removed
Image Added
 

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



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

Transactional Client

Image Removed

How a client controls its transactions with the messaging system.

Image Added

Polling Consumer

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

Image Added
Image Removed

How an application automatically consumes messages as they become available.

Image Added

Competing Consumers

Image Removed

How a messaging client processes multiple messages concurrently.

Image Added

Message Dispatcher

Image Removed

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

Image Added

Selective Consumer

Image Removed

How a message consumer selects which messages to receive.

Image Added
 

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



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

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

Excerpt
hiddentrue

Messaging Endpoints, Integration Patterns with WSO2 ESB