It very much depends on the proprietary protocol & the other protocol
being tunnelled over it. For example, tunnelling protocols over HTTP
is quite simple if the protocol as some kind of Message object you can
marshall; you can just send the messages from a protocol as some kind
of serialized MIME payload over HTTP. We do this with OpenWire
protocol over HTTP - using XStream to do the marshalling. But in
general its a non trivial task to take any protocol and tunnel it over
any other protocol.


On 23/03/2009, albiii <abent...@ll.mit.edu> wrote:
>
> I have written a Camel Component for a proprietary protocol, it works well
> enough.   I would like to write a new component that accepts other protocols
> to tunnel through it.   Has anyone given any though to how one might go
> about doing that with Camel ?
> --
> View this message in context:
> http://www.nabble.com/tunneling---tp22662544p22662544.html
> Sent from the Camel - Development (activemq) mailing list archive at
> Nabble.com.
>
>


-- 
James
-------
http://macstrac.blogspot.com/

Open Source Integration
http://fusesource.com/

Reply via email to