[jboss-user] [JBoss Messaging Users] - Re: Creating Queues Programaticly

2009-12-04 Thread sacauskis
Thanks I'll give that a shot. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4269060#4269060 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4269060 ___ jboss-user mailing list

[jboss-user] [JBoss Messaging Users] - Re: Creating Queues Programaticly

2009-12-03 Thread sacauskis
It blows up on my when I try to run it: java.lang.Exception: Failed to start ServiceContainer at org.jboss.test.messaging.tools.container.ServiceContainer.start(ServiceContainer.java:490) at org.jboss.test.messaging.tools.container.LocalTestServer.start(LocalTestServer.java:125)

[jboss-user] [JBoss Messaging Users] - Re: Creating Queues Programaticly

2009-12-03 Thread gaohoward
You need to set up the test environment to run the test. To save your time, i suggest you read the code and write a simple JMS client yourself. A better place to look at would be in JBM install dir/examples/common/src/org/jboss/example/jms/common/Util.java View the original post :

[jboss-user] [JBoss Messaging Users] - Re: Creating Queues Programaticly

2009-11-24 Thread gaohoward
http://anonsvn.jboss.org/repos/messaging/tags/JBossMessaging_1_4_5_GA/tests/src/org/jboss/test/messaging/jms/server/DestinationManagerTest.java View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4267435#4267435 Reply to the post :