MQSeries Programming Patterns
by Mark Perry, Manesh Balachandran, Jorge Plata, Paul Solano, Phillip Thomas
4.4. Architectural model
AMI provides the following objects:
Session: Used to create a new AMI session and also to control transactional support. This is the first object that needs to be initialized before creating and managing all other objects (messages, policies, receivers, etc.).
Message: This object contains the message data and the message descriptor structure used when sending or receiving messages.
Sender: This is a service that represents a destination to which messages are sent. The MQOD structure is encapsulated within this object.
Receiver: This is a service that represents a source from which messages are received. The MQOD structure is also encapsulated within this class.
Distribution List: Contains a list of sender services to provide ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access