Reading queunames from database to camelcontext.xml

2014-09-18 Thread trilochan237
Hi All, Is it possible to pass queuenames to camelcontext.xml file at runtime by fetching from database? -- View this message in context: http://camel.465427.n5.nabble.com/Reading-queunames-from-database-to-camelcontext-xml-tp5756730.html Sent from the Camel - Users mailing list archive at Na

Adding Routes at the runtime-cannot add multiple consumer to the same endpoint

2014-02-06 Thread trilochan237
Hi, We have a requirement where in we have to add the routes at the runtime to camel-context which is already running. The following piece of code works for the first time, but when i execute it for the second time it causing mulitple consumer error. code: public void addroutestocontext(CamelCont

CXF EndPoint Vs Processor

2013-12-06 Thread trilochan237
Hi, Can someone tell me which is the best approach for calling an external webservice? After going through the examples from camel website i got to know that a call can be made from the processor and also by creating a CXFEndpoint. -- View this message in context: http://camel.465427.n5.nabbl

Re: Passing multiple parameters to CXF endpoint

2013-12-06 Thread trilochan237
Hi Willem, If i use the client program example from camel cxf examples and set the content type in HTTPClientPolicy, but could you please tell me how to set the same in Exchange type when calling the webservice by creating a CXFendpoint *CLient Program:-* JaxWsProxyFactoryBean factory = new Jax

Re: Passing multiple parameters to CXF endpoint

2013-12-05 Thread trilochan237
Hi Willem, I am facing with different kind of error as i am passing an object array in the body. Please suggest me in solving the below error. * org.apache.cxf.transport.http.HTTPException: HTTP response '415: Cannot process the message because the content type 'text/xml; charset=UTF-8' was not

CXFTRansport-Http Exception

2013-12-05 Thread trilochan237
Hi, I am trying to call the webservice which is running on a remote machine using CXF endpoint, but when i am sending the parameters to the service I am getting the following exception *HTTP response '415: Cannot process the message because the content type 'text/xml; charset=UTF-8' was not the e

Re: Passing multiple parameters to CXF endpoint

2013-12-05 Thread trilochan237
Hi, I tried with that attribute too, but the error is same to("cxf://http://10.103.91.55:/FinEdge-General/xrmServices/2011/Organization.svc?serviceClass=com.hcl.flsl.integration.msdn.crmwcf.IOrganizationService&defaultOperationName=Retrieve";) -- View this message in context: http://camel

Passing multiple parameters to CXF endpoint

2013-12-04 Thread trilochan237
Hi, Can anyone help in passing multiple parameters to the CXF endpoint which is expecting multiple parameters. from("direct:test1").process(new Processor() { @Override public v

Need Help in Quartz Scheduler

2013-12-03 Thread trilochan237
Hi I have written a sample program which will trigger the messages for every 10 sec and the program is as follows. The issue i am facing is i am not able to see any action from the program when executed. Code: public class QuartzFileCopierWithCamel { public static void main(String args[])

Re: Problem with consuming from endpoint

2013-11-26 Thread trilochan237
Thanks for the quick solution.Its working fine -- View this message in context: http://camel.465427.n5.nabble.com/Problem-with-consuming-from-endpoint-tp5743831p5743850.html Sent from the Camel - Users mailing list archive at Nabble.com.

Problem with consuming from endpoint

2013-11-25 Thread trilochan237
Hi, I am facing an issue while consuming the data from an endpoint *No consumers available on endpoint: Endpoint[direct://step2]. Exchange[Message: test message]* I have gone through the link http://camel.465427.n5.nabble.com/No-consumers-available-on-endpoint-exception-td5076708.html#a5076774

Calling RestfulServices

2013-11-25 Thread trilochan237
Hi I need to consume RestFul services exposed on a remote machine. I tried with the following routing technique (JAVA DSL) from("trilochan:queue1").to("http://RemoteMachine:9090/restxml.aspx?accessCode=a89d9f7d-9346-4074-aafd-3102706f48c9&vin=*5GAKRBKD8EJ11507*&reportType=2";) Issues I am faci

Re: Integrating External Webservices Using Apache Camel Framework

2013-09-09 Thread trilochan237
All the webservices are exposed using SOAP protocol. -- View this message in context: http://camel.465427.n5.nabble.com/Integrating-External-Webservices-Using-Apache-Camel-Framework-tp5738934p5738963.html Sent from the Camel - Users mailing list archive at Nabble.com.

Integrating External Webservices Using Apache Camel Framework

2013-09-09 Thread trilochan237
Hi, My requirement is like "I have Webservices are developed and depolyed in Guideware framework. I have to consume those webservices from J2EE application using Apache camel". Could anyone please tell me how to call the webservice from my J2EE applicaton using camel framework?. -- View this m