Mina

Mina

Scheme: mina

Endpoint for Camel MINA.

Name Kind Type Required Deprecated Default Value Enum Values Description
protocol path java.lang.String true false
host path java.lang.String true false
port path int true false
sync parameter boolean false true
textline parameter boolean false
textlineDelimiter parameter org.apache.camel.component.mina.TextLineDelimiter false DEFAULT
AUTO
UNIX
WINDOWS
MAC
codec parameter org.apache.mina.filter.codec.ProtocolCodecFactory false
encoding parameter java.lang.String false
timeout parameter long false 30000
lazySessionCreation parameter boolean false true
transferExchange parameter boolean false
minaLogger parameter boolean false
encoderMaxLineLength parameter int false -1
decoderMaxLineLength parameter int false -1
filters parameter java.util.List false
allowDefaultCodec parameter boolean false true
disconnect parameter boolean false
disconnectOnNoReply parameter boolean false true
noReplyLogLevel parameter org.apache.camel.LoggingLevel false WARN DEBUG
ERROR
INFO
TRACE
WARN
OFF
clientMode parameter boolean false
exchangePattern parameter org.apache.camel.ExchangePattern false InOnly InOnly
RobustInOnly
InOut
InOptionalOut
OutOnly
RobustOutOnly
OutIn
OutOptionalIn
Sets the default exchange pattern when creating an exchange
synchronous parameter boolean false false Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported).

mina consumer

A {@link org.apache.camel.Consumer Consumer} implementation for Apache MINA.