this is where i got the project. http://servicemix.apache.org/3-beginner-using-apache-camel-inside-servicemix.html
in this we are creating two end points one as a producer and one as a consumer . I want to create only one end point that is provider and i want to receive the message through some standalone java application. willem.jiang wrote: > > Can you show me the tutorial's URL ? > > skg wrote: >> I have created one JMS service using camel that is explained in the >> tutorial. >> Now i want to receive the messages from this web service through some >> standalone java programm. How can i do that ? >> >> >> >> willem.jiang wrote: >> >>> Hi, >>> >>> I don't get what you want. >>> The JMS web service that you mean is that soap message over jms >>> transport (CXF has a JMS transport), or you want to use JMS component of >>> camel to handle the soap message? >>> >>> Willem >>> skg wrote: >>> >>>> Hi, >>>> I want to know, is the interaction between JMS web service (working as >>>> producer on some queue) and some pure java application or standalone >>>> JMS >>>> programm possible. >>>> If yes then how do we implement this. >>>> >>>> >>> >>> >> >> > > > -- View this message in context: http://www.nabble.com/Interaction-of-JMS-web-service-with-pure-java-or-jms-application-tp18230147s22882p18252837.html Sent from the Camel - Users mailing list archive at Nabble.com.
