ASE - Messaging Services Users Guide |
||||
|
ISBN : - |
Order a printed copy of this book from Amazon --UNAVAILABLE-- |
|||
![]() Cover Design - ASE - Messaging Services Users Guide |
For your free electronic copy of this book please verify the numbers below. (We need to do this to make sure you're a person and not a malicious script) | |||
|
Sample Chapter From ASE - Messaging Services Users Guide Copyright © Sybase Inc. |
||||
Adaptive Server messaging conceptsMessaging is the exchange of information by two or more softwareapplications. A message is a self-contained package of information. Many Adaptive Server customers use messaging and queuing, or publishing and subscription systems in their own application environments. These applications are called message-oriented middleware. Often the same application combines database operations with messaging operations. Real-Time Data Services (RTDS), simplifies the development of such applications, using Adaptive Server with TIBCO Enterprise Messaging Service (EMS).
Messaging systems allow senders and receivers to be detached. Not all components must be running, and connected for operation at all times. A messaging system can be asynchronous, in that an application can send messages without requiring receiving applications to be running. JMS are APIs that define the way in which clients communicate with message providers. The message sender and the message receiver both act as clients to the message provider. Messaging systems are provided by message providers. The messaging provider can implement architecture that is centralized or decentralized, or a hybrid of the two. Adaptive Server performs messaging operations within SQL statements, using built-in functions. Real-Time Data Services provide a way to capture transactions (data changes) in an Adaptive Server database and deliver them as events to external applications using JMS message bus, provided by TIBCO EMS.
|
||||