Async output available (asyncOutputAvailable)
This output-only property is used by a Java™ application to determine whether queued output exists for the tpipe associated with the connection that is used by the Java application.
For dedicated persistent socket connections, the name of the tpipe is the value in the clientID property the of IMSConnectionSpec object.
For shareable persistent socket connections, the name of the tpipe is generated by the IMS TM resource adapter. The value of asyncOutputAvailable is true if messages exist in the queue. The asyncOutputAvailable property is not set on input by the application component.
If your Java application uses this property, it must be exposed as an output property of the IMSInteractionSpec object in your application.