All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jms.transacted.order.xml Maven / Gradle / Ivy

There is a newer version: 4.7.0
Show newest version
<?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>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy