Use this tab to specify how CASP should process get requests.
Transaction Type
One of the following:Null (Not Used)
The profile does not use this parameter; the application chooses the transaction type.None
No syncpoint operation. Once a message is read, it is removed from the queue, whether it is part of a group of associated messages or not.Local
The message is under CASP syncpoint control. No message is removed from the queue until the last message in the transaction has been processed, and the application issues a kxcCommit call.Note: If you selected Browse First, Browse Next, or Browse Same on the Get Options page, this field is inactivated.
Wait
The amount of time to wait before cancelling the get operation if the application or profile selects the Wait optionNull (Not Used)
Forever
The profile does not use this parameter; the application chooses how long to wait
Wait infinitelyIn Milliseconds
Textbox where you can specify the expiration timePub/Sub Style (for applications using Publish/Subscribe)
Specifies how and whether CASP converts the subject style from what the API call specified when the impending transport layer uses a different subject style and vice versa:Null
Do not alter the subject style to match the transport type.MQSeries
Use MQSeries subject style.CASP
Use CASP as the subject style. Messages sent or received using a different subject style are converted.