Milo based OPC UA Client

Milo based OPC UA Client

Scheme: milo-client
Syntax: milo-client:tcp://user:password@host:port/path/to/service?itemId=item.id&namespaceUri=urn:foo:bar
Description: This is an Apache Camel adapter for OPC UA based on the implementation of Eclipse Milo\u2122
Deprecated:false
Maven: de.dentrassi.camel.milo/camel-milo/0.1.0
Name Kind Group Required Default Type Enum Description
endpointUri path common true java.lang.String The OPC UA server endpoint
clientId parameter common java.lang.String A virtual client id to force the creation of a new connection instance
defaultAwaitWrites parameter common boolean Default "await" setting for writes
namespaceIndex parameter common java.lang.Integer The namespace as numeric index **deprecated** @deprecated Use "node" instead
namespaceUri parameter common java.lang.String The namespace as URI **deprecated** @deprecated Use "node" instead
node parameter common org.eclipse.milo.opcua.stack.core.types.builtin.ExpandedNodeId The node definition (see Node ID)
nodeId parameter common java.lang.String The node ID as string ID **deprecated** @deprecated Use "node" instead
samplingInterval parameter common java.lang.Double The sampling interval in milliseconds
bridgeErrorHandler parameter consumer boolean 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/ERROR level and ignored.
exceptionHandler parameter consumer (advanced) org.apache.camel.spi.ExceptionHandler To let the consumer use a custom ExceptionHandler. Notice if the option bridgeErrorHandler is enabled then this options is not in use. By default the consumer will deal with exceptions, that will be logged at WARN/ERROR level and ignored.
exchangePattern parameter advanced InOnly org.apache.camel.ExchangePattern InOnly
RobustInOnly
InOut
InOptionalOut
OutOnly
RobustOutOnly
OutIn
OutOptionalIn
Sets the default exchange pattern when creating an exchange
synchronous parameter advanced false boolean Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported).
applicationName parameter client Apache Camel adapter for Eclipse Milo java.lang.String The application name
applicationUri parameter client http://camel.apache.org/EclipseMilo/Client java.lang.String The application URI
channelLifetime parameter client java.lang.Long Channel lifetime in milliseconds
keyAlias parameter client java.lang.String The name of the key in the keystore file
keyPassword parameter client java.lang.String The key password
keyStorePassword parameter client java.lang.String The keystore password
keyStoreType parameter client java.lang.String The key store type
keyStoreUrl parameter client java.net.URL The URL where the key should be loaded from
maxPendingPublishRequests parameter client java.lang.Long The maximum number of pending publish requests
maxResponseMessageSize parameter client java.lang.Long The maximum number of bytes a response message may have
productUri parameter client http://camel.apache.org/EclipseMilo java.lang.String The product URI
requestTimeout parameter client java.lang.Long Request timeout in milliseconds
secureChannelReauthenticationEnabled parameter client java.lang.Boolean Whether secure channel re-authentication is enabled
sessionName parameter client java.lang.String Session name
sessionTimeout parameter client java.lang.Long Session timeout in milliseconds

milo-client consumer