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
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
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
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.
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
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