GeekArticles
ProgrammingConsumer and Provider Roles
Author: exforsys.com |
Published: 5th Jul 2008 |
Visited: 79 times |
Add CommentFiled in: ProgrammingConsumer and Provider Roles
When we speak of the Consumer and Provider roles for the ServiceMix components, the difference is very subtle at first sight, but very important from a programmer perspective. The following figure shows the Consumer and Provider roles in the ServiceMix ESB:
Read Article Sponsored Links
Related Articles
• WMI Provider Extensions in .NET 3.5 In this article, we will write a full-blown WMI provider in managed code and consume that provider from managed code using the WMI extensions in .NET ...
• WMI Provider Extensions in .NET 3.5 In this article we will write a full-blown WMI provider in managed code and consume that provider from managed code using the WMI extensions in .NET ...
• Examining ASP.NET's Membership, Roles, and Profile - Part 10
The Membership system automatically tracks the last
date and time each user's account has been accessed. With the SqlMembershipProvider, this information is
stored in the aspnet_Users database table in a datetime column named LastActivityDate. This
column is automatically updated to the curr ...