Hi,
I'm using the camel 2.4.0 version
Romualdo
--
View this message in context:
http://camel.465427.n5.nabble.com/Messages-queue-filtered-depending-on-info-received-by-another-queue-tp2805911p2807776.html
Sent from the Camel Development mailing list archive at Nabble.com.
Hi,
I received the same exception error as above, even if you use a consumer
without any sort of selector (see below).
I think that the consumer procedure for some my mistake is not istantiated,
but I don't find the solution.
Excluding the code line with "consumer.receiveBody" all is OK!
Many tha
ERROR DUMP:
->
[INFO] Classpath = [file:/C:/Documents and
Settings/Administrator/workspace/nwlCamelTelelinkServer/target/classes/,
file:/C:/Documents and
Settings/Administrator/.m2/repository/org/apache/camel/camel-spring/2.4.0/camel-sp
// TelelinkCommandBean.java
package newlog.camel;
import org.apache.camel.*;
public class TelelinkCommandBean {
private ProducerTemplate producer;
private ConsumerTemplate consumer;
public void setConsumer(ConsumerTemplate consumer) {
this.consumer =
camelContext.xml:
-->
http://www.springframework.org/schema/beans";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:schemaLocation="
http://www.springframework.org/schema/beans
http://www.spri
Hi Claus,
thank you very much for your suggestions.
I've completely reviewed my code, but unfortunately I'm making some
mistakes, but I don't find it: the message body don't return to the main
context, as you can see in the code below, due to exception error.
You can find below the new camelConte
Have you some sample using Spring XML?
With Spring XML seem to me that was impossible make a sort of data transfer
from one "route" to another: the only samples using filters are built with
explicit value: i.e. "bar"...
Thanks a lot.
Romualdo
--
View this message in context:
http://camel.465427
Hi All,
I've the following problem unsolved regarding the filtered messages
depending on some info extractect from another queue.
The case is the following:
1. Primary queue contains the messages received from netty:tcp server
2.Depending the ID found in the body you have to select from another
ly it will be implemented in the camel-netty component.
> Apache Mina seems to be progressing very slow.
> They haven't released Mina 2.0 yet despite working with it for 2+ years.
>
> On Wed, Aug 11, 2010 at 5:37 PM, RomualdoGobbo <[hidden email]
> > wrote:
>
> >
&
it for 2+ years.
>
> On Wed, Aug 11, 2010 at 5:37 PM, RomualdoGobbo <[hidden email]
> > wrote:
>
> >
> > Claus,
> > I don't know why the IP Address is logged in this fashion!
> > In the following portion of camelContext.xml below
> >
> >
Claus,
I don't know why the IP Address is logged in this fashion!
In the following portion of camelContext.xml below
the uri is compliant to the notation (maybe have you to add another "/"?).
The IP is UP and running in our private LAN and is monitored via
Hyper
Hi all,
I've modified a little bit the camel-example-spring-xquery adding the
camel-mina tcp changing the original behavior via file:// messages capture,
but as you can see in the following mvn script execution I've received a
build error, and for me is very difficult to understand the why; please
12 matches
Mail list logo