Can this Work?
  <route>
    <from uri="mina:tcp://localhost:8888?textline=true&amp;sync=true"/>
    <enrich uri="activemq:topic.data" strategyRef="aggregationStrategy"/>
    <to uri="log:test"/>
  </route>


Am 08.05.2013 um 09:27 schrieb Jan Schröder <[email protected]>:

> Hello,
> i hope someone can help me and my english is readable :)
> i have some trouble with my Masterthesis-Project.
> I will read/subscribe some ActiveMQ Topics (include filter Options like 
> activemq:topic.data.15.*). 
> Apache Camel (Servicemix) is on the Serverside. 
> It should be possible to connect via the Mina component to subscribe an 
> ActiveMQ topic, but I'm not sure how. :-/
> 
> I know how to open a Mina Socket like this:
>  <from uri="mina:tcp://localhost:8888?textline=true&amp;sync=false"/> 
> How can i response with the ActiveMQ Topic Data? 
>       
> But i don't know how come the topic Data from ActiveMQ to the Server response 
> ?
> I can make a Route from activeMQ to mina like this:
> from("activemq:topic:data").to("mina:tcp://clientIP:8888?textline=true&sync=true")
> 
> But in this case i need dynamic ClientIP. Is this possible? and when yes, 
> how? 
> 
> 
> <Foto.jpeg>
> http://www.johnnysnow.com/fileadmin/image/Foto.JPG

Reply via email to