CamelCookbook / camel-cookbook-examples

Example source code for Apache Camel Developer's Cookbook
http://www.packtpub.com/apache-camel-developers-cookbook/book
Apache License 2.0
262 stars 188 forks source link

Update DirectVmTest.java #14

Closed taidan19 closed 9 years ago

taidan19 commented 9 years ago

I was only able to get the test to run after making some changes to the camel routes and the final test assertion. The current setup is accurate when using the vm component, but for direct-vm we should expect the routes to all run in the same thread.