public class MessagingConstants extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
AMQP |
static String |
CONFIG_FILE_LOCATION |
static String |
MESSAGING_TRANSPORT |
static String |
MQTT |
static Properties |
MQTT_PROPERTIES |
static String |
MQTT_URL_DEFAULT |
static int |
QOS
Quality of Service for message delivery:
Setting it to 2 to make sure that message is guaranteed to deliver once
using two-phase acknowledgement across the network.
|
| Constructor and Description |
|---|
MessagingConstants() |
public static final String MESSAGING_TRANSPORT
public static final String AMQP
public static final String MQTT
public static final String MQTT_URL_DEFAULT
public static final int QOS
public static String CONFIG_FILE_LOCATION
public static Properties MQTT_PROPERTIES
Copyright © 2012–2016 The Apache Software Foundation. All rights reserved.