Eksempler på bruk av Subqueue på Engelsk og deres oversettelse til Norsk
{-}
-
Colloquial
-
Ecclesiastic
-
Ecclesiastic
-
Computer
They can only move messages to a subqueue.
Subqueues are useful in the following scenarios.
Applications cannot send messages directly to subqueues.
Subqueues are implicitly created when they are opened.
Specifies the name of the subqueue from which the message is moved.
Subqueues allow applications to group messages.
You cannot move messages from a main queue to a subqueue of a different main queue.
For example, a subqueue does not have its own: Quota.
Similarly, messages can be moved back and forth between queuez and its subqueues, subqueue3 and subqueue4.
Subqueues do not have their own properties or state.
In the console tree, click Queue messages or the subqueue that contains the message that you want to move.
Subqueues are deleted when empty, and they have no open handles.
They cannot move them from the subqueue of a main queue to the subqueue of a different main queue.
Subqueues cannot be created under journal or other system queues, or other subqueues.
You can move messages between different subqueues of the same main queue, orfrom a main queue to its subqueue.
Poison message handling. If an application receives a message that it cannot process at that time,it can move the message to a fault subqueue to be processed later.
Transactional type Subqueues share the quota of the main queue,and messages in the subqueue are factored into that quota.
Work order processing. If an application processes messages that contain items from different work orders,it can use the subqueues to group the line items by work order for more efficient processing.
They can receive messages from subqueues, move them between a main queue and its subqueue, or move them between subqueues of the same main queue.
As an alternative to using the Move Message dialog box or performing a drag-and-drop operation,you can cut a message from a subqueue and then paste it to another subqueue of the same main queue or to the main queue itself.
In the console tree, click Queue messages or the subqueue that contains the message on which you want to perform a cut-and-paste operation.
In other words, when a message is moved to a subqueue, this action essentially creates a subqueue if one does not already exist.
If the main queue is transactional,moving messages between subqueues or between the main queue and a subqueue can be performed as part of a transaction.
If the main queue is nontransactional, moving messages between subqueues or between the main queue and a subqueue should not be performed as part of a transaction.
Messages cannot be moved back and forth between the subqueues of queuea(subqueue1 or subqueue2) and the subqueues of queuez(subqueue3 or subqueue4).