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.