jms.transacted.order.xml Maven / Gradle / Ivy
<?xml version="1.0" encoding="UTF-8"?> <ord:order xmlns:ord="http://org/wildfly/camel/examples/jms/transacted/model/Order" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://org/wildfly/camel/examples/jms/transacted/Order"> <ord:productName>Test Product</ord:productName> <ord:productSku>Test</ord:productSku> <ord:quantity>1</ord:quantity> </ord:order>