IMessageMover interface (comsvcs.h)

Moves messages from one queue to another queue.

Inheritance

The IMessageMover interface inherits from the IDispatch interface. IMessageMover also has these types of members:

Methods

The IMessageMover interface has these methods.

 
IMessageMover::get_CommitBatchSize

Retrieves the commit batch size.
IMessageMover::get_DestPath

Retrieves the path of the destination (output) queue.
IMessageMover::get_SourcePath

Retrieves the current path of the source (input) queue.
IMessageMover::MoveMessages

Moves all messages from the source queue to the destination queue.
IMessageMover::put_CommitBatchSize

Sets the commit batch size. This is the number of messages that should be moved from source to destination queue between commit operations.
IMessageMover::put_DestPath

Sets the path of the destination (output) queue.
IMessageMover::put_SourcePath

Sets the path of the source (input) queue.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Target Platform Windows
Header comsvcs.h

See also

IPlaybackControl