Re: Error throwing ---Openmq configuration with Apache Camel

2011-04-30 Thread viswa
In STEP 6 you mean I also have to change the POM.xml to use the openmq broker? On Sat, Apr 30, 2011 at 3:59 PM, Claus Ibsen-2[via Camel] < ml-node+4360924-835939797-150...@n5.nabble.com> wrote: > Hi > > On Sat, Apr 30, 2011 at 12:25 PM, viswa <[hidden > email]

Re: Error throwing ---Openmq configuration with Apache Camel

2011-04-30 Thread Claus Ibsen
Hi On Sat, Apr 30, 2011 at 12:25 PM, viswa wrote: > Hello Claus Ibsen, > Just to give more impression of what I'm trying to do. > 1)Installed maven and its successful > 2)Dowloaded Apache camel and did the necessary steps > 2)I chose the example from the > camel-example-jms-file\src\main\java\org

Re: Error throwing ---Openmq configuration with Apache Camel

2011-04-30 Thread Claus Ibsen
Well you got to find the JAR which contains this class OpenMQConnectionFactory And inclue that JAR on the classpath. -- Claus Ibsen - FuseSource Email: cib...@fusesource.com Web: http://fusesource.com CamelOne 2011: http://fusesource.com/camelone2011/ Twitter: davsclaus Blog: htt

Re: Error throwing ---Openmq configuration with Apache Camel

2011-04-30 Thread viswa
Hello Claus Ibsen, Just to give more impression of what I'm trying to do. 1)Installed maven and its successful 2)Dowloaded Apache camel and did the necessary steps 2)I chose the example from the camel-example-jms-file\src\main\java\org\apache\camel\example\jmstofile 3)Ran with the existing embedd

Re: Error throwing ---Openmq configuration with Apache Camel

2011-04-30 Thread viswa
Hello Claus Ibsen, I checked my CLASSPATH and the JAR's are included are *C:\Program Files\Sun\MessageQueue\mq\lib\jms.jar;C:\Program Files\Sun\MessageQueue\mq\lib\imq.jar* I start the test from commandline. Let me know if something wrong in my steps. Regards Viswa On Sat, Apr 30, 2011 at 3:24 PM,

Re: Error throwing ---Openmq configuration with Apache Camel

2011-04-30 Thread Claus Ibsen
On Sat, Apr 30, 2011 at 11:48 AM, viswa wrote: > Hello Claus Ibsen, > Could you please be specific about the JAR's to add and where should I add > these JAR's. > Just fyi: In my system, have the following JAR's under the lib > folder.*'imq.jar,imqadmin.jar > and imqbroker.jar'* > You need to incl

Re: Error throwing ---Openmq configuration with Apache Camel

2011-04-30 Thread viswa
Hello Claus Ibsen, Could you please be specific about the JAR's to add and where should I add these JAR's. Just fyi: In my system, have the following JAR's under the lib folder.*'imq.jar,imqadmin.jar and imqbroker.jar'* Regards Viswa On Sat, Apr 30, 2011 at 2:59 PM, davsclaus[via Camel] < ml-node

Re: Error throwing ---Openmq configuration with Apache Camel

2011-04-30 Thread davsclaus
You need to add some JARs from OpenMQ which has the JMS client you need to use to be able to send and receive message from OpenMQ. -Claus Ibsen - FuseSource Email: cib...@fusesource.com Web: http://fusesource.com Twitter: davsclaus Blog: http://davsclaus.blogspot.com/ Author o