You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by Sushmita chandra <fl...@gmail.com> on 2013/03/01 11:58:18 UTC

create a route with a webservice endpoint and a JMS queue end point

I am trying to create a webservice which will send a zip file as an
attachment and put the content of attachment in JMS queue.
Is there any pointer to get started with.






--
View this message in context: http://camel.465427.n5.nabble.com/create-a-route-with-a-webservice-endpoint-and-a-JMS-queue-end-point-tp5728343.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Re: create a route with a webservice endpoint and a JMS queue end point

Posted by Claus Ibsen <cl...@gmail.com>.
Hi

I suggest to look at the CXF and Spring-WS examples at
http://camel.apache.org/examples

That may give you some points about the WS part. Then you would need
to extract / grab the file attachment from the WS (somehow) and send
that to a JMS endpoint, to send that to the message queue
http://camel.apache.org/jms

And then mind about sending the message to the JMS queue using fire
and forget style (MEP = InOnly).

See details at
http://camel.apache.org/event-message.html
http://camel.apache.org/request-reply.html
http://stackoverflow.com/questions/15104260/effect-of-exchangepattern-inonly-on-mq-endpoint




On Fri, Mar 1, 2013 at 11:58 AM, Sushmita chandra
<fl...@gmail.com> wrote:
> I am trying to create a webservice which will send a zip file as an
> attachment and put the content of attachment in JMS queue.
> Is there any pointer to get started with.
>
>
>
>
>
>
> --
> View this message in context: http://camel.465427.n5.nabble.com/create-a-route-with-a-webservice-endpoint-and-a-JMS-queue-end-point-tp5728343.html
> Sent from the Camel - Users mailing list archive at Nabble.com.



-- 
Claus Ibsen
-----------------
Red Hat, Inc.
FuseSource is now part of Red Hat
Email: cibsen@redhat.com
Web: http://fusesource.com
Twitter: davsclaus
Blog: http://davsclaus.com
Author of Camel in Action: http://www.manning.com/ibsen