hi, thanks for the suggestion so you want me to build SA again i am bit confused about the jms1 and jsm2 are they consumer or producer or both also how does the xbean code of eip look like also what will be the targets of the flow in this case from where to where Regards, Raj
bsnyder wrote: > > 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/ > > -- View this message in context: http://www.nabble.com/Regarding-servicemix-bean-and-jms-consumer-tf4563322s12049.html#a13058759 Sent from the ServiceMix - User mailing list archive at Nabble.com.
