[jboss-dev-forums] [JBoss AS 7 Development] - Re: How to programatically manage 1, 000 to 6, 000 outbound ejb connections in JBoss7?

Wolf-Dieter Fink do-not-reply at jboss.com
Tue Aug 21 03:48:30 EDT 2012


Wolf-Dieter Fink [https://community.jboss.org/people/wdfink] created the discussion

"Re: How to programatically manage 1,000 to 6,000 outbound ejb connections in JBoss7?"

To view the discussion, visit: https://community.jboss.org/message/754704#754704

--------------------------------------------------------------
Hi James,

you are right and not alone in this point, there are several issues around migrating 'EJB-calls'.

the EJB is identified by it's name '+ejb:<app>/<module>/distinct-name>/<Bean>!<View>+' and the selector will try one of the available references.
It is not possible to select a special server/bean with the current implementation.

With the management API you are able to create remote connections, but AFAIK you need to restart the server (which is also possible via CLI if you use doamain mode). But from my perspective this looks also not feasible  :( 

There are several changes in progress but they are still not finished.
I think there will be an enhancement that the application can have more control about the EJB-selection without such configuration and direct access to the JBoss specific API classes.

You might watch the following JIRA's  https://issues.jboss.org/browse/EJBCLIENT-34 EJBCLIENT-34  https://issues.jboss.org/browse/AS7-5047 AS7-5047
Also I'm working on some quickstarts in this area, you might watch  https://docs.jboss.org/author/display/AS71/Contributing+a+Quickstart this documentation (keep in mind that the link might change for 7.2 and further releases).
If there are enhancements I hope that I (or someone else) add this to the existing or some new quickstarts to the " http://www.jboss.org/developer JBoss Developer Framework" in time.
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/754704#754704]

Start a new discussion in JBoss AS 7 Development at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2225]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-dev-forums/attachments/20120821/bd4b117a/attachment.html 


More information about the jboss-dev-forums mailing list