working project

This commit is contained in:
2021-11-18 12:44:04 +01:00
parent f04b77bc09
commit aaf2ee023a
20 changed files with 117 additions and 10 deletions

View File

@@ -88,7 +88,7 @@ public class Main {
.to("activemq:queue:materialTest");
from("activemq:queue:materialTest")
.bean(new DAO(), "test2")
.bean(new DAO(), "test")
.marshal(XMLDataFormat)
.to("activemq:queue:test");