[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: Refactoring ServerPeer
scott.stark@jboss.org
do-not-reply at jboss.com
Sun Dec 9 14:21:56 EST 2007
When is that secheduled for a release?
At a minimum for the jbossas5 beta3 I think we need:
- externalize the name of the aop-messaging-server.xml so these aspects can be overriden in the server integration project.
- externalize the SecurityStore implementation so this can be overriden by the server integration project:
| <mbean code="org.jboss.jms.server.ServerPeer"
| name="jboss.messaging:service=ServerPeer"
| xmbean-dd="xmdesc/ServerPeer-xmbean.xml">
| ...
| <attribute name="AopConfig">jbossas5-aop-messaging-server.xml</attribute>
| <depends optional-attribute-name="SecurityStore">jboss.messaging:service=JBossAS5SecurityStore</depends>
| ...
|
I'll take a look at making these changes.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4111476#4111476
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4111476
More information about the jboss-dev-forums
mailing list