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