Thanks, Claus.
That is disappointing. We are tied to using camel-mina at least at
present because of development already done for the product (assuming
TLS was supported this way since the Camel docs point to the Mina 2.x
docs). I'll look into how people implemented TLS in the 1.x version of
Mina.
On 12/26/12 12:33 AM, Claus Ibsen wrote:
Hi
Camel 2.9 ships with
camel-mina which is based on Mina 1.x.
http://camel.apache.org/mina
And we have a tech preview of Mina 2 at camel-mina2 (no docs)
Its based on Mina 2.x. But expected to be refactored in the future for
better async.
And we also have a component for Netty
http://camel.apache.org/netty
On Wed, Dec 26, 2012 at 2:33 AM, James Gough <[email protected]>
wrote:
I am using Camel version 2.9.0 and in trying to create a TLS route with the
Mina component I have discovered there is no
org.apache.mina.filters.sslSslFilter available. I imported the camel-mina
module, is there another module that should be imported? Should I just
import the Mina package as well? If so, what version of Mina is in Camel
version 2.9.0?