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
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
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