Re: Retroactive message routing possible ?

2012-11-28 Thread c031917
Claus Ibsen-2 wrote > Do you have durable subscribers on these topics? They would need to be > that, > so they can receive messages that was sent to the topic while they were > offline. > On router/broker B there is only one route in place. It's the only "consumer", if this is the right term here

Retroactive message routing possible ?

2012-11-26 Thread c031917
I have two AMQ brokers A and B, duplex & statically connected, like the supermarket example in AMQ in action, Chapter 10. Broker B is embedded in Camel to implement routing by pure configuration. Broker A runs standalone. A Java producer on A is feeding messages to a topic. They are delivered an

Re: MINA Serial - what route syntax and how to install ?

2012-11-13 Thread c031917
L > [3] http://camel.apache.org/contributing.html > [4] http://camel.apache.org/building.html > > Best, > Christian > > On Wed, Nov 7, 2012 at 11:09 AM, c031917 < > peter.marx@ > >wrote: > >> I want to use the long awaited Camel + MINA 2 capability to get serial

MINA Serial - what route syntax and how to install ?

2012-11-07 Thread c031917
I want to use the long awaited Camel + MINA 2 capability to get serial data onto the message bus. I can't find any documentation or example how to do that. What is the syntax ? something like from ("mina:*/dev/ttyUSB0*:") .to("jms:operations"); ? 2. question: how do i install

Re: Still no MINA 2 / RxTx support on Camel 2.9 ?

2012-03-29 Thread c031917
Hi Alex, no way today to collect data from serial/parallel ports and feed them onto the messaging bus without help from external programs. I do it with a python app who connects via stomp to the broker / router . But as Claus states to my question, in Camel 2.10 we should get it via MINA 2.

Still no MINA 2 / RxTx support on Camel 2.9 ?

2012-03-29 Thread c031917
I have seen activities to introduce MINA 2 in Camel instead 1.1.7, which would give us also support for tty interfaces , as far as i understood. But maven still pulls mina-core.1.1.7 for camel 2.9.1. Is there a chance to get tty / mina 2 in the near future ? I'd like to get rid of the python/st

Re: Mina component: Serial port support?

2011-12-16 Thread c031917
Is it meanwhile possible to use serial ports through camel ? Maybe I'm #2 in the world having this requirement. Peter -- View this message in context: http://camel.465427.n5.nabble.com/Mina-component-Serial-port-support-tp4315407p5080813.html Sent from the Camel - Users mailing list archive at