Loading...
administration
corporate
datasets
ibm
message queue
mq
online
shared message
training
virtualnuggets
websphere
wmq
https://ibmwebspheremqadminonlinetraining.blogspot.com/2015/09/shared-message-datasets.html
Up to now shared message queues and their message data have been stored in structures that are built in the Coupling Facility. These structures are defined with a fixed size, so that all the message queues assigned to a particular structure, are constrained by this size. Once a CF structure is full, the reason code 2192 is issued. This code indicates that the storage medium for that queue is full. In IBM WMQ V7.1 new function mode, a new construct called a Shared Message Dataset has been added for preventing CF structures from filling up. The SMDS is a linear VSAM dataset much like a page-set for non-shared queues today, but is associated with a CF structure.
Before implementing a SMDS architecture all the queue managers in the queue sharing group should be having the OPMODE=(NEWFUNC ,710) set in the ZPARM. Once this has been set, and the queue managers have been restarted we can now allocate the Shared Message Datasets.
Each Queue Manager in the queue sharing group will have its own copy of the SMDS for a coupling facility structure. This is designated by the use of an * in the DSGROUP parameter of the CFSTRUCT definition.
administration,
corporate,
datasets,
ibm,
message queue,
mq,
online,
shared message,
training,
virtualnuggets,
websphere,
wmq
wmq
266356094773059515
Post a Comment
Home
item
Blog Archive
Popular Posts
-
A queue manager supervises and provide queuing services to applications, and manages the queues that belong to them. It offers queuing s...
-
The following are the list of IBM WebSphere MQSC Commands: RUNMQLSR - MQ TCP listener (multi-threaded) AMQCLMAA - MQ TCP listener (...
-
An IBM WebSphere MessageQueue client is part of the IBM WebSphere MQ product that can be installed on its own, on a separate machine from ...
-
IBM WebSphere MQ channels will be active until the messages flow through them. Once the time out occurs they will switch to the inactive...
-
What is MQ and what does it do? MQ stands for MESSAGE QUEUEING. WebSphere MQ allows application programs to use message queuing to p...
-
IBM WebSphere MQ | Message Queue is an assured delivery mechanism, that consists of queues which are managed by Queue Managers. We can put...
-
Shared Message Datasets: Up to now shared message queues and their message data have been stored in structures that are built in the Cou...
-
What is IBM WebSphere MQ | Message Queue and what does it do? IBM WebSphere MQ | Message Queue stands for MESSAGE QUEUEING. This IBM ...
-
When IBM introduced the notion of "shared queues" in WebSphere Message Queue. this allowed organizations the ability for a more ...