setMsgBatchSize

 

public void setMsgBatchSize(int size) throws JMSException;

Sets the message batch size.

Parameters

  • size - the maximum number of messages to be taken at once when using asynchronous delivery.

Exceptions

  • JMSException -


uj28540_