[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Question about WritingDeploymentTemplates
dimitris@jboss.org
do-not-reply at jboss.com
Tue Oct 14 13:46:02 EDT 2008
I suppose you really mean you want to create Queues or Topics?
You probably need to pass a different name for your queue/topic, in the list of properties, when doing:
| createModule("my-queue", "jms-queue", properties);
|
Maybe take a look at this testcase that shows how the API is used to create datasources:
http://anonsvn.jboss.org/repos/jbossas/tags/JBoss_4_2_3_GA/testsuite/src/main/org/jboss/test/deployment/test/DeploymentServiceUnitTestCase.java
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4182216#4182216
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4182216
More information about the jboss-user
mailing list