Versions Compared

Key

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

...

 

Messaging Mapper

How do you move data between domain objects and the messaging infrastructure while keeping the two independent of each other?

Event Driven Consumer

How can an application automatically consume messages as they become available?

Competing Consumers

How can a messaging client process multiple messages concurrently?

Message Dispatcher

How can multiple consumers on a single channel coordinate their message processing?

Selective Consumer

How can a message consumer select which messages it wishes to receive?

Durable Subscriber

How can a subscriber avoid missing messages while it's not listening for them?

 

Idempotent Consumer

How can a message receiver deal with duplicate messages?

Transactional Client

How can a client control its transactions with the messaging system?

Image Added

Service Activator

How can an application design a service to be invoked both via various messaging technologies and via non-messaging techniques?

System Management

Wire Tap

How do you inspect messages that travel on a point-to-point channel?