Messaging operations

The following table shows which types of messaging operations are valid on local queues, synchronous remote queues, and asynchronous remote queues. Note that the Listen and Wait operations are supported in Java only.
Table 1. Messaging operations on MQe queues
OperationLocal queueSynchronous remote queueAsynchronous remote queue
PutYesYesYes
GetYesYesNo
BrowseYesYesNo
DeleteYesYesNo
ListenYesNoNo
WaitYesYesNo
Note:
  1. The synchronous remote wait operation is implemented through a poll of the remote queue, so the actual wait time is a multiple of the poll time
  2. The MQ bridge supplied with MQe only supports an assured or unassured put, unassured get, and unassured browse (without lock).

Parent topic: Queue manager operations