Re: configure failover for weblogic jms queue using jndi template

2010-10-07 Thread vvchoy
Hi, Thanks for your suggestion. I also find out that weblogic client (both thin and full jar) does not seem to support the single server recovery scenario (though it supports the failover scenario for multiple redundant servers. I am currently exploring the scenario of bridging between the weblogi

configure failover for weblogic jms queue using jndi template

2010-09-09 Thread vvchoy
Hi my system is running camel 1.6.2.2 on servicemix 3.4.0.5. I have configured camel to connect to my application through weblogic jms queue. Everything is fine except that if my application is down (ie. web broker is down), I cannot deploy nor start my service unit. I notice that there is a way

classNotFoundException when invoking listener to weblogic jms Q

2009-07-07 Thread vvchoy
Hi, This is my first project in camel where I set up a very simple route from a weblogic jms Q to a file. My RouteBuilder.java file has the following entry: from("webLogicQ:queue:PaJmsInboundSever/com.mdsi.port.paJms.defaultCISO.Req1Queue?CacheLevelName=CACHE_NONE") .to("file://soiTest