[jboss-dev-forums] [Design of JBoss Transaction Services] - Re: TransactionManager and AS' ServiceBindingManager
bstansberry@jboss.com
do-not-reply at jboss.com
Thu Jan 8 15:25:12 EST 2009
"wolfc" wrote : All in all this thing should never communicate with SBM in the first place.
| It's not some network service which AS provides. It's a hack around a JVM limitation.
I'm not convinced. The argument you make that it's not a network service is true enough; using the SBM for this is conceptually a bit unclean.
But if I'm an admin who starts the AS and looks at what sockets it's opened and want to know where to configure the ports, I'd much prefer to be told to go to one location than be told to go to one place except for X which uses a dynamic port. I don't care that it's not a network service.
Generally dynamic ports are used for client sockets or short lived ones. This one is a "nothing socket" :) But the fact it lives as long as the server makes it IMHO a lot closer to a server socket than anything.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4200432#4200432
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4200432
More information about the jboss-dev-forums
mailing list