Subinterfaces of MQQueue in com.collation.platform.model.topology.app.messaging.mq |
interface |
MQAliasQueue
From section 6.2.3 of MQ Fundamentals: An alias queue object is
a representation of another target queue object, which has a
different name. |
interface |
MQLocalQueue
Local queue objects are the only type of queue object that
represent a real queue that holds messages. |
interface |
MQModelQueue
From section 6.2.4 of MQ Fundamentals: Model queue objects
provide the attributes of a local queue object that can be
created dynamically by an application. |
interface |
MQRemoteQueue
From section 6.2.5 of MQ Fundamentals: Remote queue objects are
used to define routes to other queue managers within the
WebSphere MQ message queuing infrastructure. |