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
Operation Local queue Synchronous remote queue Asynchronous remote queue
Put Yes Yes Yes
Get Yes Yes No
Browse Yes Yes No
confirmPut Yes Yes Yes
confirmGet Yes Yes No
Delete Yes Yes No
Listen Yes No No
Wait Yes Yes No
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).

Terms of use | WebSphere software

(c) Copyright IBM Corporation 2004, 2005. All rights reserved.