Enabling your Java client for IMS conversational transactions
You can enable your Java™ client for IMS™ conversational transactions by using either the client-managed or the IMS Connect-managed conversation state programming model.
Using the client-managed conversation state programming model
For the client application to manage all iterations in a conversation, the useConvID property of the
IMSInteractionSpec
class must be set to true.
Using the IMS Connect-managed conversation state programming model
To specify to have IMS Connect manage all iterations in a conversation, the useConvID property of the
IMSInteractionSpec
class must be set to false.
Related concepts
:
Conversational programs
Feedback