public static final String |
CAMEL_SOURCE_MLLP_COMPONENT_AUTOWIRED_ENABLED_CONF |
"camel.component.mllp.autowiredEnabled" |
public static final String |
CAMEL_SOURCE_MLLP_COMPONENT_AUTOWIRED_ENABLED_DOC |
"Whether autowiring is enabled. This is used for automatic autowiring options (the option must be marked as autowired) by looking up in the registry to find if there is a single instance of matching type, which then gets configured on the component. This can be used for automatic configuring JDBC data sources, JMS connection factories, AWS Clients, etc." |
public static final String |
CAMEL_SOURCE_MLLP_COMPONENT_BRIDGE_ERROR_HANDLER_CONF |
"camel.component.mllp.bridgeErrorHandler" |
public static final String |
CAMEL_SOURCE_MLLP_COMPONENT_BRIDGE_ERROR_HANDLER_DOC |
"Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored." |
public static final String |
CAMEL_SOURCE_MLLP_COMPONENT_DEFAULT_CHARSET_CONF |
"camel.component.mllp.defaultCharset" |
public static final String |
CAMEL_SOURCE_MLLP_COMPONENT_DEFAULT_CHARSET_DEFAULT |
"ISO-8859-1" |
public static final String |
CAMEL_SOURCE_MLLP_COMPONENT_DEFAULT_CHARSET_DOC |
"Set the default character set to use for byte to/from String conversions." |
public static final String |
CAMEL_SOURCE_MLLP_COMPONENT_LOG_PHI_CONF |
"camel.component.mllp.logPhi" |
public static final String |
CAMEL_SOURCE_MLLP_COMPONENT_LOG_PHI_DEFAULT |
"true" |
public static final String |
CAMEL_SOURCE_MLLP_COMPONENT_LOG_PHI_DOC |
"Set the component to log PHI data." |
public static final String |
CAMEL_SOURCE_MLLP_COMPONENT_LOG_PHI_MAX_BYTES_CONF |
"camel.component.mllp.logPhiMaxBytes" |
public static final String |
CAMEL_SOURCE_MLLP_COMPONENT_LOG_PHI_MAX_BYTES_DEFAULT |
"5120" |
public static final String |
CAMEL_SOURCE_MLLP_COMPONENT_LOG_PHI_MAX_BYTES_DOC |
"Set the maximum number of bytes of PHI that will be logged in a log entry." |
public static final String |
CAMEL_SOURCE_MLLP_ENDPOINT_ACCEPT_TIMEOUT_CONF |
"camel.source.endpoint.acceptTimeout" |
public static final String |
CAMEL_SOURCE_MLLP_ENDPOINT_ACCEPT_TIMEOUT_DOC |
"Timeout (in milliseconds) while waiting for a TCP connection TCP Server Only" |
public static final String |
CAMEL_SOURCE_MLLP_ENDPOINT_AUTO_ACK_CONF |
"camel.source.endpoint.autoAck" |
public static final String |
CAMEL_SOURCE_MLLP_ENDPOINT_AUTO_ACK_DOC |
"Enable/Disable the automatic generation of a MLLP Acknowledgement MLLP Consumers only" |
public static final String |
CAMEL_SOURCE_MLLP_ENDPOINT_BACKLOG_CONF |
"camel.source.endpoint.backlog" |
public static final String |
CAMEL_SOURCE_MLLP_ENDPOINT_BACKLOG_DEFAULT |
"5" |
public static final String |
CAMEL_SOURCE_MLLP_ENDPOINT_BACKLOG_DOC |
"The maximum queue length for incoming connection indications (a request to connect) is set to the backlog parameter. If a connection indication arrives when the queue is full, the connection is refused." |
public static final String |
CAMEL_SOURCE_MLLP_ENDPOINT_BIND_RETRY_INTERVAL_CONF |
"camel.source.endpoint.bindRetryInterval" |
public static final String |
CAMEL_SOURCE_MLLP_ENDPOINT_BIND_RETRY_INTERVAL_DOC |
"TCP Server Only - The number of milliseconds to wait between bind attempts" |
public static final String |
CAMEL_SOURCE_MLLP_ENDPOINT_BIND_TIMEOUT_CONF |
"camel.source.endpoint.bindTimeout" |
public static final String |
CAMEL_SOURCE_MLLP_ENDPOINT_BIND_TIMEOUT_DOC |
"TCP Server Only - The number of milliseconds to retry binding to a server port" |
public static final String |
CAMEL_SOURCE_MLLP_ENDPOINT_BRIDGE_ERROR_HANDLER_CONF |
"camel.source.endpoint.bridgeErrorHandler" |
public static final String |
CAMEL_SOURCE_MLLP_ENDPOINT_BRIDGE_ERROR_HANDLER_DOC |
"Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to receive incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. If disabled, the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions by logging them at WARN or ERROR level and ignored." |
public static final String |
CAMEL_SOURCE_MLLP_ENDPOINT_CHARSET_NAME_CONF |
"camel.source.endpoint.charsetName" |
public static final String |
CAMEL_SOURCE_MLLP_ENDPOINT_CHARSET_NAME_DOC |
"Set the CamelCharsetName property on the exchange" |
public static final String |
CAMEL_SOURCE_MLLP_ENDPOINT_EXCEPTION_HANDLER_CONF |
"camel.source.endpoint.exceptionHandler" |
public static final String |
CAMEL_SOURCE_MLLP_ENDPOINT_EXCEPTION_HANDLER_DOC |
"To let the consumer use a custom ExceptionHandler. Notice if the option bridgeErrorHandler is enabled then this option is not in use. By default the consumer will deal with exceptions, that will be logged at WARN or ERROR level and ignored." |
public static final String |
CAMEL_SOURCE_MLLP_ENDPOINT_EXCHANGE_PATTERN_CONF |
"camel.source.endpoint.exchangePattern" |
public static final String |
CAMEL_SOURCE_MLLP_ENDPOINT_EXCHANGE_PATTERN_DEFAULT |
"InOut" |
public static final String |
CAMEL_SOURCE_MLLP_ENDPOINT_EXCHANGE_PATTERN_DOC |
"Sets the exchange pattern when the consumer creates an exchange. One of: [InOnly] [InOut] [InOptionalOut]" |
public static final String |
CAMEL_SOURCE_MLLP_ENDPOINT_HL_7HEADERS_CONF |
"camel.source.endpoint.hl7Headers" |
public static final String |
CAMEL_SOURCE_MLLP_ENDPOINT_HL_7HEADERS_DOC |
"Enable/Disable the automatic generation of message headers from the HL7 Message MLLP Consumers only" |
public static final String |
CAMEL_SOURCE_MLLP_ENDPOINT_IDLE_TIMEOUT_CONF |
"camel.source.endpoint.idleTimeout" |
public static final String |
CAMEL_SOURCE_MLLP_ENDPOINT_IDLE_TIMEOUT_DOC |
"The approximate idle time allowed before the Client TCP Connection will be reset. A null value or a value less than or equal to zero will disable the idle timeout." |
public static final String |
CAMEL_SOURCE_MLLP_ENDPOINT_LENIENT_BIND_CONF |
"camel.source.endpoint.lenientBind" |
public static final String |
CAMEL_SOURCE_MLLP_ENDPOINT_LENIENT_BIND_DOC |
"TCP Server Only - Allow the endpoint to start before the TCP ServerSocket is bound. In some environments, it may be desirable to allow the endpoint to start before the TCP ServerSocket is bound." |
public static final String |
CAMEL_SOURCE_MLLP_ENDPOINT_MAX_CONCURRENT_CONSUMERS_CONF |
"camel.source.endpoint.maxConcurrentConsumers" |
public static final String |
CAMEL_SOURCE_MLLP_ENDPOINT_MAX_CONCURRENT_CONSUMERS_DOC |
"The maximum number of concurrent MLLP Consumer connections that will be allowed. If a new connection is received and the maximum is number are already established, the new connection will be reset immediately." |
public static final String |
CAMEL_SOURCE_MLLP_ENDPOINT_READ_TIMEOUT_CONF |
"camel.source.endpoint.readTimeout" |
public static final String |
CAMEL_SOURCE_MLLP_ENDPOINT_READ_TIMEOUT_DOC |
"The SO_TIMEOUT value (in milliseconds) used after the start of an MLLP frame has been received" |
public static final String |
CAMEL_SOURCE_MLLP_ENDPOINT_RECEIVE_BUFFER_SIZE_CONF |
"camel.source.endpoint.receiveBufferSize" |
public static final String |
CAMEL_SOURCE_MLLP_ENDPOINT_RECEIVE_BUFFER_SIZE_DEFAULT |
"8192" |
public static final String |
CAMEL_SOURCE_MLLP_ENDPOINT_RECEIVE_BUFFER_SIZE_DOC |
"Sets the SO_RCVBUF option to the specified value (in bytes)" |
public static final String |
CAMEL_SOURCE_MLLP_ENDPOINT_RECEIVE_TIMEOUT_CONF |
"camel.source.endpoint.receiveTimeout" |
public static final String |
CAMEL_SOURCE_MLLP_ENDPOINT_RECEIVE_TIMEOUT_DOC |
"The SO_TIMEOUT value (in milliseconds) used when waiting for the start of an MLLP frame" |
public static final String |
CAMEL_SOURCE_MLLP_ENDPOINT_REQUIRE_END_OF_DATA_CONF |
"camel.source.endpoint.requireEndOfData" |
public static final String |
CAMEL_SOURCE_MLLP_ENDPOINT_REQUIRE_END_OF_DATA_DOC |
"Enable/Disable strict compliance to the MLLP standard. The MLLP standard specifies START_OF_BLOCKhl7 payloadEND_OF_BLOCKEND_OF_DATA, however, some systems do not send the final END_OF_DATA byte. This setting controls whether or not the final END_OF_DATA byte is required or optional." |
public static final String |
CAMEL_SOURCE_MLLP_ENDPOINT_REUSE_ADDRESS_CONF |
"camel.source.endpoint.reuseAddress" |
public static final String |
CAMEL_SOURCE_MLLP_ENDPOINT_REUSE_ADDRESS_DEFAULT |
"false" |
public static final String |
CAMEL_SOURCE_MLLP_ENDPOINT_REUSE_ADDRESS_DOC |
"Enable/disable the SO_REUSEADDR socket option." |
public static final String |
CAMEL_SOURCE_MLLP_ENDPOINT_SEND_BUFFER_SIZE_CONF |
"camel.source.endpoint.sendBufferSize" |
public static final String |
CAMEL_SOURCE_MLLP_ENDPOINT_SEND_BUFFER_SIZE_DEFAULT |
"8192" |
public static final String |
CAMEL_SOURCE_MLLP_ENDPOINT_SEND_BUFFER_SIZE_DOC |
"Sets the SO_SNDBUF option to the specified value (in bytes)" |
public static final String |
CAMEL_SOURCE_MLLP_ENDPOINT_STRING_PAYLOAD_CONF |
"camel.source.endpoint.stringPayload" |
public static final String |
CAMEL_SOURCE_MLLP_ENDPOINT_STRING_PAYLOAD_DOC |
"Enable/Disable converting the payload to a String. If enabled, HL7 Payloads received from external systems will be validated converted to a String. If the charsetName property is set, that character set will be used for the conversion. If the charsetName property is not set, the value of MSH-18 will be used to determine th appropriate character set. If MSH-18 is not set, then the default ISO-8859-1 character set will be use." |
public static final String |
CAMEL_SOURCE_MLLP_ENDPOINT_VALIDATE_PAYLOAD_CONF |
"camel.source.endpoint.validatePayload" |
public static final String |
CAMEL_SOURCE_MLLP_ENDPOINT_VALIDATE_PAYLOAD_DOC |
"Enable/Disable the validation of HL7 Payloads If enabled, HL7 Payloads received from external systems will be validated (see Hl7Util.generateInvalidPayloadExceptionMessage for details on the validation). If and invalid payload is detected, a MllpInvalidMessageException (for consumers) or a MllpInvalidAcknowledgementException will be thrown." |
public static final String |
CAMEL_SOURCE_MLLP_PATH_HOSTNAME_CONF |
"camel.source.path.hostname" |
public static final String |
CAMEL_SOURCE_MLLP_PATH_HOSTNAME_DOC |
"Hostname or IP for connection for the TCP connection. The default value is null, which means any local IP address" |
public static final String |
CAMEL_SOURCE_MLLP_PATH_PORT_CONF |
"camel.source.path.port" |
public static final String |
CAMEL_SOURCE_MLLP_PATH_PORT_DOC |
"Port number for the TCP connection" |