Re: Camel JMS component tied to Spring framework - bad news

2014-03-23 Thread sumeetkoshal
Hello All
Can you please advise if there is anyway to use blueprint file in an osgi
container to connect to third part JMS provider? If yes, can you please
provide a sample? 


Regards
Sumeet
Email: sumeetkos...@hotmail.com



--
View this message in context: 
http://camel.465427.n5.nabble.com/Camel-JMS-component-tied-to-Spring-framework-bad-news-tp3207662p5749245.html
Sent from the Camel - Users mailing list archive at Nabble.com.


Re: Camel JMS component tied to Spring framework - bad news

2014-03-23 Thread Reji Mathews
Did you try modifying the Jboss Fuse example - cbr and try creating an
activemq bean and send data through camel routes?


On Sun, Mar 23, 2014 at 10:00 AM, sumeetkoshal sumeetkos...@hotmail.comwrote:

 Hello All
 Can you please advise if there is anyway to use blueprint file in an osgi
 container to connect to third part JMS provider? If yes, can you please
 provide a sample?


 Regards
 Sumeet
 Email: sumeetkos...@hotmail.com



 --
 View this message in context:
 http://camel.465427.n5.nabble.com/Camel-JMS-component-tied-to-Spring-framework-bad-news-tp3207662p5749245.html
 Sent from the Camel - Users mailing list archive at Nabble.com.



Camel AWS-DDB scan/query

2014-03-23 Thread dev1
Hello,
I'm using Camel AWS-DDB for the first time and have some issues getting data
from DynamoDB.

Could you, please, help me with this? I'm able to add some item, update by
primary Hash/Range key (by defining Key object) but is it possible to do it
by database indexes? 
I created some indexes on database with Hash/Range keys defined and could
not find any example of using them in camel. Is it possible to Query/Scan db
by indexes? How can I get list of items by value of some other field? I
tried CamelAwsDdbScanFilter but without success. 
Could you give me some examples of querying/scanning dynamoDB? 

Thanks in advance



--
View this message in context: 
http://camel.465427.n5.nabble.com/Camel-AWS-DDB-scan-query-tp5749255.html
Sent from the Camel - Users mailing list archive at Nabble.com.


Re: Camel CXF Proxy with WS-Security

2014-03-23 Thread chaij
it does seem to work by feeding the soap string to the cxf client.
I fixed the namespace. 
I wonder if anything that needs to done to the camel message header.

Is there an easier/right way to generate a request to a cxf component that
accepts CXF_MESSAGE?




--
View this message in context: 
http://camel.465427.n5.nabble.com/Camel-CXF-Proxy-with-WS-Security-tp5749223p5749256.html
Sent from the Camel - Users mailing list archive at Nabble.com.


Re: Camel CXF Proxy with WS-Security

2014-03-23 Thread Reji Mathews
What do you exactly plan to do with the headers ? I wonder if you can
really send headers to a CXF endpoint.

Meanwhile , I have invoked the web service by generated proxies using the
wsdl2java plugin. I haven't tried doing so by passing the soap string to
cxf .
On 23 Mar 2014 20:15, chaij jin.c...@indigoarc.com wrote:

 it does seem to work by feeding the soap string to the cxf client.
 I fixed the namespace.
 I wonder if anything that needs to done to the camel message header.

 Is there an easier/right way to generate a request to a cxf component that
 accepts CXF_MESSAGE?




 --
 View this message in context:
 http://camel.465427.n5.nabble.com/Camel-CXF-Proxy-with-WS-Security-tp5749223p5749256.html
 Sent from the Camel - Users mailing list archive at Nabble.com.



Sending a string response from a route...

2014-03-23 Thread npa
Is it possible to send a response out from a route flow. For Example, in this
below route, I would always like to send out a string response say, hi
whenever the request comes from the uri mentioned..

route
  from uri=jetty:http://0.0.0.0:/camelServlet/abc?; /

/route

if possible, how do I do it?



--
View this message in context: 
http://camel.465427.n5.nabble.com/Sending-a-string-response-from-a-route-tp5749258.html
Sent from the Camel - Users mailing list archive at Nabble.com.


RE: Sending a string response from a route...

2014-03-23 Thread Ravindra.Godbole
This is possible.

route
 from 
uri=jetty:http://localhost:/camelServlet/abc?; /
transform
constantHi/constant
/transform
/route

-Ravi


From: npa [npa.c...@gmail.com]
Sent: Monday, March 24, 2014 2:48 AM
To: users@camel.apache.org
Subject: Sending a string response from a route...

Is it possible to send a response out from a route flow. For Example, in this
below route, I would always like to send out a string response say, hi
whenever the request comes from the uri mentioned..

route
  from uri=jetty:http://0.0.0.0:/camelServlet/abc?; /

/route

if possible, how do I do it?



--
View this message in context: 
http://camel.465427.n5.nabble.com/Sending-a-string-response-from-a-route-tp5749258.html
Sent from the Camel - Users mailing list archive at Nabble.com.
This e-mail and any files transmitted with it are for the sole use of the 
intended recipient(s) and may contain confidential and privileged information. 
If you are not the intended recipient(s), please reply to the sender and 
destroy all copies of the original message. Any unauthorized review, use, 
disclosure, dissemination, forwarding, printing or copying of this email, 
and/or any action taken in reliance on the contents of this e-mail is strictly 
prohibited and may be unlawful.