Commit 4ad19abb authored by Christos Tranoris's avatar Christos Tranoris
Browse files

try topic

parent 66816044
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);
					
	}