You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

For details see the discussion on Asynchronous Queueing on the SOA Patterns site.

To implement asynchronous queueing just send a message to an async endpoint like JMS or SEDA.

You can also force InOnly message exchange patterns using an annotation if you are using something like Spring Remoting

  • No labels