Share_create
A share point is a special way of communicating between threads in DTF. This resource works across components and can be used to share information between any thread running on any component in DTF. When creating a share remember that it is local to the component where you created it but its accessed over the network for all the other components.

Also remember that you can develop your own share point types if necessary and consult the developers guide for more information.
Required Attributes
id
Unique id for this share point
Usage Examples
Example #1
<share_create id="SHARE1" type="single" />
Example #2
<share_create id="SHARE1" type="queue" />