ICO0130Ejavax.resource.ResourceException:
ICO0130E:methodname error. The ignorePURGCall
property is not allowed on a dedicated persistent connection.
Explanation
The ignorePURGCall property is not supported on a dedicated persistent connection
for SYNC_SEND_RECEIVE interactions. An exception is thrown if you try to set this property on a
dedicated persistent connection.
User response
Either use a shareable persistent socket connection for the interaction
(preferred solution) or do not set the ignorePURGCall property if your application must use a
dedicated persistent connection.