Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Starting from version 17.2, the property blueriq.case.engine.outbox.poller.batchsize can be used to set number of messages that are pulled retrieved from outbox table. Default The default value is set to 10000.

Code Block
titleExample
blueriq.case.engine.outbox.poller.batchsize=50000

...

Starting from version 17.2, the property blueriq.case.engine.outbox.async.threads.pool.size can be used to set number of threads that process messages taken retrieved from the outbox. Default The default value is set to 1.

Code Block
titleExample
blueriq.case.engine.outbox.async.threads.pool.size=5

...

Additional information about tuning and configuring Outbox can be found here - Best practice - How to tune the Case Engine components.