There are some restrictions on the use of getMessage and
browseMessages with WebSphere MQ-bridge queues:
- It is not possible to get or browse messages from WebSphere MQ-bridge
queues that point to WebSphere MQ remote queue definitions.
- You cannot use a nonzero Confirm ID on WebSphere
MQ-bridge queue gets. This means that the getMessage
operation on WebSphere MQ-bridge queues does not provide assured
delivery. If you need a get operation to be assured, you should use
transmission-queue listeners to transfer messages from WebSphere MQ.
- Because messages originating from WebSphere MQ do not contain unique
identifiers, it is not possible to browse messages using the
justUID flag set to true (this would normally return a
list of the unique message identifiers that matched the browse).
- The browseMessagesAndLock() function is not supported.
© IBM Corporation 2000, 2003. All Rights Reserved