• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Invoking a Camel end point deployed in remote Server from JUnit test case

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All, I am a newbie in Camel and have to deliver a module in a very short notice. You know how it is .My question may be a very basic question but i would really appreciate if someone could guide me on it. The requirement is to invoke a camel endpoint service deployed in a tomcat server from a junit test case. The Service has been injected with the CamelContext and it has got a set of exposed methods which needs to be called.We are using Spring 2.5 and Camel 2 in our project. The Spring config is below



what i am not able to find is how can we call the end point uri direct:dispatcherChannel deployed in a tomcat server (http://someIP:8080) from a junit which uses spring configuration. Can some one please help me. Thanking all in advance. Thanks tatha
 
He was giving me directions and I was powerless to resist. I cannot resist this tiny ad:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic