MSGBATCHSZ
The maximum number of messages to be taken from a queue in one packet when using asynchronous message delivery.
Applicable Objects
ConnectionFactory, QueueConnectionFactory, TopicConnectionFactory, XAConnectionFactory, XAQueueConnectionFactory, XATopicConnectionFactory
JMS administration tool long name: MAXBUFFSIZE
JMS administration tool short name: MBSZ
Programmatic access
Setters/getters
- MQConnectionFactory.setMsgBatchSize()
- MQConnectionFactory.getMsgBatchSize()
Values
- 10
- This is the default value.
- Any positive integer
Parent topic: Properties of IBM MQ classes for JMS objects