[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: JBM 2.0 examples
ataylor
do-not-reply at jboss.com
Tue Mar 31 04:39:56 EDT 2009
fyi.
The default beans file used is examples/jms/common/config/jbm-example-beans.xml. This can be overridden bu adding a different beans file under the actual eaxamples config dir, i.e. examples/queue/config/diff-beans.xml, and changing the param from the extended build file, i.e.
| <target name="run">
| <antcall target="runExample">
| <param name="example.classname" value="org.jboss.jms.example.QueueExample"/>
| <param name="jbm.example.beans.file" value="jbm-example-beans2.xml"/>
| </antcall>
| </target>
|
|
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4222239#4222239
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4222239
More information about the jboss-dev-forums
mailing list