[jboss-dev-forums] [Design of JBoss ESB] - Re: How to store EPRs in the registry?
mark.little@jboss.com
do-not-reply at jboss.com
Tue Nov 14 13:10:32 EST 2006
Lifecycle information is not normally stored in the registry. That's contrary to the model. In most cases, the EPR is only valid for the life of the service, which means if the service goes "down" then when it comes "up" again it'll register itself using another EPR. You should probably not store configurations associated with EPRs anyway, since they can change even for the same service. The best thing to use would be the logical service name.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3985885#3985885
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3985885
More information about the jboss-dev-forums
mailing list