Databases Reference
In-Depth Information
Suppose that the JMS message received by EMS contains a collection of items
as follows:
<InventoryBatch>
<Inventory>
<ProductID>1</ProductID>
<WarehouseID>101</WarehouseID>
<InventoryLevel>200</InventoryLevel>
</Inventory>
<Inventory>
<ProductID>2</ProductID>
<WarehouseID>101</WarehouseID>
<InventoryLevel>400</InventoryLevel>
</Inventory>
</InventoryBatch>
To parse this XML document, you need to check the Message Batching option,
and then enter InventoryBatch for Batch Element Name .
Search WWH ::




Custom Search