JDBC adapter buffer tables

Hi,

I am working on a scenario in basic notification where a trigger inserts 5records into a buffer table.
Now buffer table has to publish these records to a broker .
I need to know whether buffer table publishes these records to broker one at a time only or is there any way by which buffer table can publish all the 5 records at once to the broker?
Could you help me out in this question

Review the JDBC Adapter User’s Guide, “Configuring BasicNotifications”. The description of Maximum Row has the information you need.

The publishable document type will need support a list of records.