JavaSpace

JavaSpace

Description: The component for using the JavaSpaces library
Scheme: javaspace
Syntax: javaspace:url
Maven: org.apache.camel/camel-javaspace/2.16.1

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

javaspace consumer

@{link Consumer} implementation for Javaspaces