imqQueueBrowserMaxMessagesPerRetrieve
|
Integer
|
1000
|
Maximum number of messages to retrieve at one time when browsing contents
of a queue destination
Note –
This attribute does not affect the total number of messages browsed,
only the way they are chunked for delivery to the client runtime (fewer but
larger chunks or more but smaller ones). The client application will always
receive all messages in the queue. Changing the attribute's value may affect
performance, but will not affect the total amount of data retrieved.
|
imqQueueBrowserRetrieveTimeout
|
Long integer
|
60000
|
Maximum time, in milliseconds, to wait to retrieve messages, when browsing
contents of a queue destination, before throwing an exception
|
imqLoadMaxToServerSession
|
Boolean
|
true
|
Load up to maximum number of messages into a server session?
If false, the client will load only a single message
at a time.
This
attribute applies only to JMS application server facilities.
|