Version: 1.06

<< Click to Display Table of Contents >>

Navigation:  EasyDotNet documentation > Miscellaneous > Version history >

Version: 1.06

Previous pageReturn to chapter overviewNext page

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.