Fuse 6 is no longer supported
As of February 2025, Red Hat Fuse 6 is no longer supported. If you are using Fuse 6, please upgrade to Red Hat build of Apache Camel.Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.
1.17. Configuring the DomModelCreator
- Configure the DomModelCreator from within Smooks to create models for the order and order-item message fragments. See the following example:
<resource-config selector="order,order-item"> <resource>org.milyn.delivery.DomModelCreator</resource> </resource-config>
<resource-config selector="order,order-item"> <resource>org.milyn.delivery.DomModelCreator</resource> </resource-config>
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Configure the in-memory model for the
order
as shown:Copy to Clipboard Copied! Toggle word wrap Toggle overflow NoteEach new model overwrites the previous one so there will never be more than oneorder-item
model in memory at once.