On 10/4/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> Thanks you very much bruce it worked
> the only mistake was target and some package name.
> Can you tell me how do i trace all the flow in eclipse
> the control is not going to bean method

I suggest putting a EIP wiretap between the JMS SU and the bean SU:

http://incubator.apache.org/servicemix/servicemix-eip.html#servicemix-eip-WireTap

You'll need to tell the wiretap to send the message somewhere. Using a
different JMS queue is good idea because you can then view the enqueue
count and browse the messages on the queue via jconsole before it gets
to the bean SU. This would make the flow steps look like this:

1) jms1-su (queueA)
2) eip-wiretap-su
3a) jms2-su (queueB)
3b) bean-su

Then you can use jconsole to look at queueB to view the enqueue count
and to browse the messages.

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