updating scs-099 vars

This commit is contained in:
Jay Ehsaniara
2021-06-15 22:35:14 -07:00
parent 14ac4b54e3
commit 526c76e72e

View File

@@ -38,7 +38,7 @@ public class PobSubService {
IntStream.range(0, 10)
.forEach(value -> {
//this is our Message payload
String message = String.format("TestString of %s - %s", counter, value);
var message = String.format("TestString of %s - %s", counter, value);
//here is out message publisher in the given channel into topic "scs-099.order"
myBinder.orderOut().send(MessageBuilder.withPayload(message).build());