what does META-INF.cxf mean? in import-package of osgi

2014-02-15 Thread nono
com.microsoft.sqlserver.jdbc, META-INF.cxf, * does it mean under META-INF, there is a file called cxf which defined imported packages? Any hints? -- View this message in context: http://camel.465427.n5.nabble.com/what-does-META-INF-cxf-mean-in-impor

Re: Spring AMQP Apache Camel Component Released

2014-02-15 Thread Claus Ibsen
On Sat, Feb 15, 2014 at 10:30 PM, muthukumara...@gmail.com wrote: > Hi, > > I am trying to externalize the queue and the topic name to a property file > and tried to give the variables in the URI like > > uri="spring-amqp:${topicname}:${rname}:${queuename}?type=topic&autodelet

Re: Spring AMQP Apache Camel Component Released

2014-02-15 Thread muthukumara...@gmail.com
Yes, It using spring config and it just take it as a literal instead of the value from the property file. -- View this message in context: http://camel.465427.n5.nabble.com/Spring-AMQP-Apache-Camel-Component-Released-tp5027785p5747359.html Sent from the Camel - Users mailing list archive at Na

Re: Spring AMQP Apache Camel Component Released

2014-02-15 Thread deckerego
Is thus using the Java DSL or a Spring config? -- View this message in context: http://camel.465427.n5.nabble.com/Spring-AMQP-Apache-Camel-Component-Released-tp5027785p5747358.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Spring AMQP Apache Camel Component Released

2014-02-15 Thread muthukumara...@gmail.com
Hi, I am trying to externalize the queue and the topic name to a property file and tried to give the variables in the URI like This doesn't seems to work. Any idea? Thanks, Muthu -- View this message in context: http://camel.465427.n5.nabble.com/Spring-AMQP-Apache-Ca

Re: Jetty endpoint as ActiveMQ consumer

2014-02-15 Thread scottdawson
Thanks Willem. Great insight. For anyone else reading this, this is how you can retrieve from the JMS queue to provide the response for the HTTP GET: http://0.0.0.0:8182/dequeue"/> Best regards, Scott -- View this message in context: http://camel.465427.n5.nabble.com/Jetty