Re: Basic direct-vm scenario produces error

2014-04-23 Thread John Dubchak
Thanks, Raul, it was a naming error. On 4/21/14, 5:18 PM, Raul Kripalani wrote: Check the endpoint URIs on the producer and consumer side. There seems to be a mismatch - perhaps it's a copy paste error? On 22 Apr 2014 00:50, "John Dubchak" wrote: Hi, I am trying to route a JMS message using

Re: Basic direct-vm scenario produces error

2014-04-21 Thread Willem Jiang
You need to start the direct-vm consumer before starting the direct-vm producer. Camel route startupOrder[1] can help you to do that. [1]https://camel.apache.org/configuring-route-startup-ordering-and-autostartup.html -- Willem Jiang Red Hat, Inc. Web: http://www.redhat.com Blog: http://wille

Re: Basic direct-vm scenario produces error

2014-04-21 Thread Raul Kripalani
Check the endpoint URIs on the producer and consumer side. There seems to be a mismatch - perhaps it's a copy paste error? On 22 Apr 2014 00:50, "John Dubchak" wrote: > Hi, > > I am trying to route a JMS message using an xpath expression. The > expression and message conversion seem to work fine

Basic direct-vm scenario produces error

2014-04-21 Thread John Dubchak
Hi, I am trying to route a JMS message using an xpath expression. The expression and message conversion seem to work fine but I am getting an error that one of the direct-vm endpoints are not found. Here is the structure of the router: DataFormat jaxb = new JaxbDataFormat(...); from(getInbo