Software Details:
Version: 0.2.2
Upload Date: 20 Feb 15
Distribution Type: Freeware
Downloads: 45
Qore Tibrv Module is an open source module for the Qore programming language that provides support for TIBCO Rendezvous, allowing Qore apps to receive and send Rendezvous messages.
It includes the following classes: TibrvListener, TibrvSender, TibrvCmListener, TibrvCmSender, TibrvFtMember, TibrvFtMonitor and TibrvDistributedQueue. More documentation can be found here.
What is new in this release:
- when compiled with qore >= 0.8.0:
- updated date/time de/serialization to use new APIs when available with resolution to the microsecond
- Qore DateTimeNode -> TibrvMsgDateTime conversion is done in UTC; that is date/time values are sent over the wire in UTC
- TibrvMsgDateTime -> Qore DateTimeNode conversions are done assuming UTC and tagging the value with the local time zone of the calling code
- sending date/time values in UTC more closely follows the convention used by the TIBCO adapter SDK
- when compiled with qore < 0.8.0:
- date/time conversions updated to support time resolution to the millisecond
Requirements:
- Qore Programming Language
- TIBCO Rendezvous headers and libraries
Comments not found