[jboss-user] [JBoss Messaging] - Re: Bringing up the Queue created via Console

2007-01-17 Thread vvd
Thanks peter for the clarification. so I create a file destination-service.xml file and code with custom parameters. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4002788#4002788 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: Make Messaging server talk to MySQL DB

2007-01-16 Thread vvd
Thanks for all the help. 1. downloaded the mysql-connector-java-5.0.4-bin.jar from MySQL connector tar file and copied into 'server/standalone-messaging/lib' 2. Edited the mysql-ds.xml file to update the JNDI name 3. updated the mysql-persistence-service.xml file with above JNDI name as

[jboss-user] [JBoss Messaging] - Bringing up the Queue created via Console

2007-01-16 Thread vvd
I have standalone messaging server which talks to MySQL. I am using the console to create the queue's and I see there is an entry for it in the DB. When I bring down and bring up the standalone messaging server, it only brings up the queue's in the destinations-service.xml How can I make the

[jboss-user] [JBoss Messaging] - Re: Make Messaging server talk to MySQL DB

2007-01-15 Thread vvd
after copying the mysql related file in the respective directories ie. mysql-persistence-service.xml into jboss-installdir/server/standalone-messaging/deploy/jboss-messaging and mysql-ds.xml into jboss-installdir/server/standalone-messaging/deploy directory. Only common change I made was to

[jboss-user] [JBoss Messaging] - Re: Make Messaging server talk to MySQL DB

2007-01-15 Thread vvd
Thanks for the response. I did find the below file in the path you have mentioned. /server/standalone-messaging/lib/jboss-common-jdbc-wrapper.jar if above is not the correct file, please let me know which file I need to copy and let me know where I can find the file also. Thanks, View the

[jboss-user] [JBoss Messaging] - Make Messaging server talk to MySQL DB

2007-01-08 Thread vvd
I followed installation instructions and copied the MySQL persistance file from example/config directory to server/standalone-messaging/deploy/jboss-messaging. I noticed that server/standalone-messaging/deploy directory, I need to have a file similar to hsqldb-ds.xml, where I mentioned the

[jboss-user] [JBoss Messaging] - Re: Make Messaging server talk to MySQL DB

2007-01-08 Thread vvd
PeterJ wrote : An example mysql-ds.xml file can be found in the app server at ./docs/examples/jca/mysql-ds.xml. thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3999073#3999073 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: Exception by getting a reference to the ConnectionFactor

2006-12-28 Thread vvd
once I changed the order of jboss-messaging-client.jar in the classpath, it cleared the issue. Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3996702#3996702 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3996702

[jboss-user] [JBoss Messaging] - Re: Exception by getting a reference to the ConnectionFactor

2006-12-22 Thread vvd
were you able to resolve the error received below, I also getting similar error. java.lang.RuntimeException: Failed to config client side AOP at org.jboss.jms.client.JBossConnectionFactory.ensureAOPConfigLoaded(JBossConnectionFactory.java:251) at