Skip to content
Snippets Groups Projects
Commit 4ad19abb authored by tranoris's avatar tranoris
Browse files

try topic

parent 66816044
No related branches found
No related tags found
1 merge request!6Merging 2024Q2_RC into main, creating 2024Q2 Release
Pipeline #6645 canceled
......@@ -129,7 +129,7 @@ public class CentralLogger {
// .to("activemq:queue:centrallogger.log");
//Future<Exchange> result = template.withBody( json ).asyncSend();
//waitAndStopForTemplate( result, template);
template.sendBody("activemq:queue:centrallogger.log", json);
template.sendBody("jms:topic:centrallogger.log", json);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment