Problems Unit Testing Camel Routes

2009-07-09 Thread Lotsa
I was wondering if anyone has a solution to testing camel routes that end with an activemq endpoint. Specifically, ...some logic... -> myQueue is a defined endpoint ...activemq:queue:myqueue/in in my actual code In my test code MyQueue is defined

Re: Problems Unit Testing Camel Routes

2009-07-09 Thread Lotsa
Sorry for the poor clarification...The reason I am using a JMS Queue is because I need to go across VMs Claus Ibsen-2 wrote: > > On Thu, Jul 9, 2009 at 7:41 PM, Lotsa wrote: >> >> I was wondering if anyone has a solution to testing camel routes that end >> w

Re: Problems Unit Testing Camel Routes

2009-07-09 Thread Lotsa
Nevermind...I was thinking clearly with your post... My unit test will only run in one JVM so the seda queues will work perfectly... Claus Ibsen-2, you have been a great help! Lotsa wrote: > > Sorry for the poor clarification...The reason I am using a JMS Queue is > because I n

Re: Problems Unit Testing Camel Routes

2009-07-09 Thread Lotsa
Nevermind...I wasn't thinking clearly with your post... My unit test will only run in one JVM so the seda queues will work perfectly... Claus Ibsen-2, you have been a great help! Lotsa wrote: > > Sorry for the poor clarification...The reason I am using a JMS Queue is > becaus