Versions Compared

Key

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

...

Name

ClientApiNonBlocking

Possible Values

"true", "false"

Default Behavior

true

Scope

axis2

Description

By default, Axis2 will spawn a new thread to handle each outgoing message. To change this behavior, remove this property from the message. Removal of this property could be vital when queuing transports like JMS are involved.
A VFS proxy that writes to a VFS endpoint should have this property set in order to hold the primary thread until the send happens.

Example

Code Block
<property name="ClientApiNonBlocking" action="remove" scope="axis2"/>

...