L.S.,
This could be a lot of things and without any additional information, it
would be hard to guess what's going on. Could you post the xbean.xml
files you're are using? Do you see any WARN/ERROR messages on the
console while running the application? Could you try setting the log
level to DEBUG to see what exchanges are being passed along? You can
also verify the namespace/service names for you endpoints -- any typo
there is bound to break your application. You can also verify the list
of endpoints that have been deployed by looking at the container with a
JMX console.
Regards,
Gert
skg wrote:
Hi,
i am working on implementing the Web service using jms .
I am using the eip bridge to implement the web service. This eip will route
the message from jms binding component to the http web service that is
deployed in the tomcat server.
i am successfull in compiling the all service units and assemblies but while
running the application i am not getting the message in the output queue. i
am using ant for this.
can u help in suggesting what can be the probable reason for it.