Archive for the ‘messaging’ Category

REST and Reliable Messaging


Just came across a very good article by Marc de Graauw over at InfoQ on why WS-RM is useless.  His main point being that usually when you have reliable messaging requirements, they should be handled at the business logic layer rather than at the “transport layer”.  I encountered some similar issues earlier this year when [...]

No Comments

SOA Message Exchage Patterns


There are a variety message exchange patterns that can be used to implement an SOA. Know them and when to apply them. It can mean the difference between an SOA that scales and performs vs. one that doesn’t. The traditional synchronous request/response may not always be the most appropriate in all scenarios. Here are some [...]

No Comments