JavaSpace

JavaSpace

Scheme: javaspace

Name Kind Type Required Deprecated Default Value Enum Values Description
url path java.lang.String true false The URL to the JavaSpace server
spaceName parameter java.lang.String true false Specifies the JavaSpace name.
concurrentConsumers parameter int false 1 Specifies the number of concurrent consumers getting entries from the JavaSpace.
verb parameter java.lang.String false take take
read
Specifies the verb for getting JavaSpace entries.
templateId parameter java.lang.String false If present, this option specifies the Spring bean ID of the template to use for reading/taking entries.
transactional parameter boolean false If true, sending and receiving entries is performed within a transaction.
transactionTimeout parameter long false Specifies the transaction timeout in millis. By default there is no timeout.
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).

javaspace consumer

@{link Consumer} implementation for Javaspaces