001package var.mom.mqtt.log; 002 003public class Conf { 004 /** 005 * topic for the MQTT log service 006 */ 007 public static final String TOPIC = "var/mom/mqtt/4711/messages"; 008 009 /** 010 * broker for the MQTT log service 011 */ 012 public static final String BROKER = "tcp://localhost:1883"; // alternatively to 013 // HiveMQ 014 // public static final String BROKER = "tcp://broker.mqttdashboard.com"; 015 // alternatively to ApacheMQ 016}