[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: JBM 2.0 Standalone
timfox
do-not-reply at jboss.com
Wed Feb 27 06:45:03 EST 2008
"ataylor" wrote : How do we want to ship a standalone JBM 2 deployment.
|
We have three usage modes, probably worth looking at my JBM 2.0 slides - it goes into this in depth.
1) In JBoss AS (in MC)
2) "Standalone" - this is just in the MC too - but without all the other AS services, but with "useful" services like JNDI and the JMSServerManager as well as the core.
3) Embedded - this is just the core class directly instantiated in a user application (OEM). Core has no JNDI, JMS, MC dependencies.
anonymous wrote :
| If we want to use the MC as the bootstrap, as the current JBMBootstrapServer server class does, the makes the MC a dependancy.
|
It's not a dependency from core though - the boostrap class should live outside core.
anonymous wrote :
| Alternatively we could just write our own , Server.main(), but this wouldn't be pluggable.
|
That's up to the user to do if they like.
anonymous wrote :
| Also If its a full JMS Server then the user needs a naming server running, do we ship the JBOSS one as a default? i.e. jnpserver.jar.
|
See previous comments.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132466#4132466
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4132466
More information about the jboss-dev-forums
mailing list