How to pass message from activemq queue to cxf client rest

2015-04-08 Thread anas bakhou
I am creating a text message and put it in the activemq queue and i display it in the log. Now i need to pass this message to the cxf rs client to use it as a parameter in the adress. I am using blueprint to define the camel routes and cxf client. * http://www.osgi.org/xmlns/blueprint/v1.0.0"; de

Re: How to pass message from activemq queue to cxf client rest

2015-04-09 Thread anas bakhou
That's work for me !! Thank you for the help -- View this message in context: http://camel.465427.n5.nabble.com/How-to-pass-message-from-activemq-queue-to-cxf-client-rest-tp5765481p5765519.html Sent from the Camel - Users mailing list archive at Nabble.com.

How to use the Jira Camel Component

2015-04-09 Thread anas bakhou
Hi, I am new in Camel and OSGi and I would like to use the new component "Jira" to Connect to the Jira REST Client to get the issues from Jira. Can any one post an example for the use of Jira Camel Compenent with the serverUrl , username and password !! I don't find any example to illustre it. Jir

Re: How to pass message from activemq queue to cxf client rest

2015-04-08 Thread anas bakhou
In my example , I made a rest client to Jira Rest api so I should use the GEt method !! So that's work very nice if I pass the whole adress url but I want to pass the message in the queue to the url instead of the term "TM"!! -- View this message in context: http://camel.465427.n5.nabble.com/H