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
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
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
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
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.
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
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