Hi, I am new to JMS webservice. My requirement is to create and deploy a webservice in Service Mix but I need to use JMS instead of HTTP.
In case of http I created cxf-se and cxf-bc with service assembly and deployed it in Servicemix. In JMS What are the service Units do I need to create? Is there any existing example for creation and deployment of Webservices using JMS? Jayasree.B I need to create a web service Freeman Fang wrote: > > Hi, > > If your "JMS web service" means web service based on jms transport, you > can use servicemix-cxf-bc. > Take a look at [1] to see how it works > > [1]http://svn.apache.org/repos/asf/servicemix/smx3/branches/servicemix-3.2/deployables/bindingcomponents/servicemix-cxf-bc/src/test/java/org/apache/servicemix/cxfbc/CxfBcJmsTest.java > > Regards > Freeman > > jayasreeb wrote: >> Hi >> >> I have requirement to create JMS web service and deploy it in service >> mix. >> What are the steps do I need to follow to do this?Is there any existing >> example available so that i can refer? >> >> I also need to call this JMS web service from Standalone Java Program.How >> can I do this? >> >> Thanks in Advance >> Jayasree.B >> > > > -- View this message in context: http://www.nabble.com/How-to-create---deploy-JMS-web-service-in-service-mix-tp18231321p18231909.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
