On 10/4/07, Shahm <[EMAIL PROTECTED]> wrote:
>
>
>
> shahm wrote:
> >
> >
> >
> >  Hi bsnyder ,
> >     I have seen that thread-pools which u sended me in link. But Where to
> > configure that contents
> > <sm:container><sm:executorFactory>...</sm:executorFactory></sm:container>.
> > In my case , i have used seperate servicemix.xml for each component like,
> > transformcomponent class, bpel, xslt etc. Here z my question
> >
> > 1. In which servicemix.xml i have to configure about thread pools.

Well if you're using multiple servicemix.xml files, it sounds like
you're using lightweight components. This is not where you configure
the thread pools. These are configured in the conf/servicemix.xml file
which controls the entire ServiceMix container.

> > 2. When i give a request it is transfered upto TransformComponent class .
> > from there i need to send it to BPEL. I have used InOnly exchange. when im
> > debugging it while executing the statement send(exchange) it is done with
> > no errors. but the message is not send to next component, the thread in
> > debugger exist in flow.seda.MyBPELService
> > I canot move further Im in showstopper stage.

Did you add the EIP wiretap as I suggested in another one of the
messages you posted to this list? This will allow you to route the
message to an endpoint where you can view it to be sure it's making it
that far.

> > 3. Is there anything like buffer to process the request in each and it is
> > full.

The java.util.concurrent queues in the SEDA flow can fill up but only
under heavy load. When this happens, tuning the thread pools is
exactly the solution.

> > Can i say that BPEL Inbound queue is not picking the message or else is
> > there any idea about the cause.

I'm not sure why it's happening. Have you enabled debug level logging
in ServiceMix to see if there's anything in the logging that would
indicate an error or something?

http://incubator.apache.org/servicemix/how-do-i-change-the-logging.html

Bruce
-- 
perl -e 'print unpack("u30","D0G)[EMAIL 
PROTECTED]&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*"
);'

Apache ActiveMQ - http://activemq.org/
Apache ServiceMix - http://servicemix.org/
Apache Geronimo - http://geronimo.apache.org/
Castor - http://castor.org/

Reply via email to