Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

You can append query options to the URI in the following format, ?option=value&option=value&...

Options

Div
classconfluenceTableSmall

Name

Default Value

Description

spaceName

null

Specifies the JavaSpace name.

verb

take

Specifies the verb for getting JavaSpace entries. The values can be: take or read.

transactional

false

If true, sending and receiving entries is performed within a transaction.

transactionalTimeout

Long.MAX_VALUE

Specifies the transaction timeout.

concurrentConsumers

1

Specifies the number of concurrent consumers getting entries from the JavaSpace.

templateId

null

If present, this option specifies the Spring bean ID of the template to use for reading/taking entries.

Wiki Markup
{div:class=confluenceTableSmall} || Name || Default Value || Description || | {{spaceName}} | {{null}} | Specifies the JavaSpace name. | | {{verb}} | {{take}} | Specifies the verb for getting JavaSpace entries. The values can be: {{take}} or {{read}}. | | {{transactional}} | {{false}} | If {{true}}, sending and receiving entries is performed within a transaction. | | {{transactionalTimeout}} | {{Long.MAX_VALUE}} | Specifies the transaction timeout. | | {{concurrentConsumers}} | {{1}} | Specifies the number of concurrent consumers getting entries from the JavaSpace. | | {{templateId}} | {{null}} | If present, this option specifies the Spring bean ID of the template to use for reading/taking entries. | {div}

Examples

Sending and Receiving Entries

...