|
<< Click to Display Table of Contents >> Version: 1.06 |
![]() ![]()
|
Version: 1.06
Release date:
September 2017
Changed:
| • | CreateQueue() method now accepts omittable parameter "transactional", pass TRUE to create transactional queue. |
NEW: TMessageQueue now supports transactional queues and messages.
| • | Transactional() method returns a bool value that indicates whether the queue accepts only transactions. |
| • | BeginTran() begins a new Message Queuing internal transaction. |
| • | CommitTran() commits a pending internal transaction. |
| • | AbortTran() rolls back the pending internal transaction. |