set properties

This commit is contained in:
2021-11-22 16:26:03 +01:00
parent 1e13a27c0e
commit 9ef1da0b1a

View File

@@ -66,7 +66,7 @@ public class Main {
.to("log:?level=INFO&showBody=true");
from("activemq:topic:Material?clientId=1&durableSubscriptionName=FilteredType")
.filter().xpath("//material_type='A1' or //material_type='A2' or //material_type='A3'")
.to("activemq:queue:FilteredType");