2 Replies Latest reply on Jan 26, 2011 6:49 AM by davsclaus

    How to change default requestTimeout in apache camel

    praga

      Iam trying to create a jms queue using activemq and apache camel configurations.

      My built is successful in fuse server and when i tried to execute the same i get time out for the response from the queue. When I checked the camel docs I got the below code. can anyone tell me what is the tag template and Hello World refers to? I have bold the same

       

       

      Object out = template.requestBody("activemq:queue:slow?requestTimeout=5000", "Hello World");

       

       

      http://camel.apache.org/jms.html