set properties
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user